Skip to content

Commit 1ff65c9

Browse files
Bump actions/checkout from 6 to 7 (#965)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da91613 commit 1ff65c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Boilerplate
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
# GitHub Actions don't regenerate the test if the key doesn't change, so
1919
# we integrate a random UUID into the key to keep them different.
2020
# DO NOT CHANGE THIS

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Boilerplate
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
# GitHub Actions don't regenerate the test if the key doesn't change, so
1717
# we integrate a random UUID into the key to keep them different.
1818
# DO NOT CHANGE THIS

0 commit comments

Comments
 (0)