Skip to content

Commit 1d836cb

Browse files
Bump actions/checkout from 5 to 7 (#13935)
* Bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Downgrade checkout action to v5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
1 parent 5ca1b2f commit 1d836cb

3 files changed

Lines changed: 48 additions & 48 deletions

File tree

.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@v6
9+
- uses: actions/checkout@v7
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@v6
28+
- uses: actions/checkout@v7
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@v6
8+
- uses: actions/checkout@v7
99
with:
1010
ref: commit-test
1111

0 commit comments

Comments
 (0)