Skip to content

Commit 18e6c48

Browse files
chore: bump actions/checkout from 6 to 7 (#1267)
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 c7e51c2 commit 18e6c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-patch-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363
with:
6464
fetch-depth: 0
6565
fetch-tags: true

0 commit comments

Comments
 (0)