Skip to content

Commit 5dcc06b

Browse files
Bump actions/checkout from 4 to 5 (#117)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c842d34 commit 5dcc06b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ping-servers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Prepare the working dir
1919
- name: Clear any existing files
2020
run: rm -rf *
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.PAT }}
2424

.github/workflows/validate-and-build-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Prepare the working dir
1717
- name: Clear any existing files
1818
run: rm -rf *
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
token: ${{ secrets.PAT }}
2222

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Prepare the working dir
1717
- name: Clear any existing files
1818
run: rm -rf *
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
# Install Python
2222
- name: Setup Python 3.9

0 commit comments

Comments
 (0)