Skip to content

Commit aa4ef97

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfe5639 commit aa4ef97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: 'Checkout ${{ github.head_ref || github.ref }}'
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: 'Check promotion type'
4343
if: ${{ (inputs.promotion-type != 'release') && (inputs.promotion-type != 'preview') }}
4444
run: |

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: 'Checkout ${{ github.head_ref || github.ref }}'
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: 'Determine versions'
4949
uses: ./.github/actions/determine-version
5050
id: determine-version

0 commit comments

Comments
 (0)