Skip to content

Commit c8e9168

Browse files
chore: 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 3ff6531 commit c8e9168

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-repository.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
if: needs.check-label.outputs.has_valid_label == 'true'
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444
token: ${{ secrets.APP_INSTALLATION_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127
if: needs.check-label.outputs.has_valid_label == 'true'
128128
steps:
129129
- name: Checkout repository
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v5
131131
with:
132132
ref: main
133133
# Ensure we get the latest code including changes from previous job

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
fetch-depth: 0

0 commit comments

Comments
 (0)