Skip to content

Commit 42a0a2a

Browse files
authored
Merge pull request #42 from git-lfs/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents e33b680 + 3b9ca37 commit 42a0a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
go: ['1.20.x', '1.21.x']
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)