Skip to content

Commit b41c584

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

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

.github/workflows/clean-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
clean:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
# Clean up pull requests and branches
1212
- name: Close Pull Requests
@@ -25,7 +25,7 @@ jobs:
2525
repository: peter-evans/create-pull-request-tests-remote-private
2626

2727
# Delete the test branch created in the fork
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.CPR_MACHINE_USER_TOKEN }}
3131
repository: create-pull-request-machine-user/create-pull-request-tests

.github/workflows/misc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test1:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
ref: commit-test
1111

0 commit comments

Comments
 (0)