Skip to content

Commit 537b68f

Browse files
authored
Update ci.yml
1 parent 8ec2407 commit 537b68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 1
3434
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
3535
- name: Cache go modules and build cache
36-
uses: actions/cache@v3.0.0
36+
uses: actions/cache@v4
3737
with:
3838
# In order:
3939
# * Module download cache

0 commit comments

Comments
 (0)