Skip to content

Commit 4901f2e

Browse files
authored
Merge pull request #71 from getsops/dependabot/github_actions/actions/checkout-7.0.0
Bump actions/checkout from 6.0.2 to 7.0.0
2 parents 9cf66e1 + be63467 commit 4901f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: ${{ matrix.go-version }}
3232

3333
- name: Checkout code
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535

3636
- name: Run mod tidy
3737
run: go mod tidy

0 commit comments

Comments
 (0)