Skip to content

Commit 9dc8a29

Browse files
authored
Merge pull request git-lfs#34 from git-lfs/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents f454b2f + 570f304 commit 9dc8a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
go: ['1.18.x', '1.19.x']
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)