Skip to content

Commit 4e5513a

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...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>
1 parent f35c188 commit 4e5513a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/polish-the-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Limit the running time
3030
timeout-minutes: 10
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
# checkout PR HEAD commit
3535
ref: ${{ github.event.pull_request.head.sha }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
shell: bash
5353

5454
- name: Checkout code
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
# Fetch latest changes (even by previous job)
5858
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)