Skip to content

Commit 4fc764a

Browse files
build(deps): 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 6b67dc5 commit 4fc764a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
container: ghcr.io/carapace-sh/go:1.25.4
1111
steps:
1212
- name: shallow clone
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
if: "!startsWith(github.ref, 'refs/tags/')"
1515

1616
- name: deep clone
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
if: startsWith(github.ref, 'refs/tags/')
1919
with:
2020
fetch-depth: 0

0 commit comments

Comments
 (0)