We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec2407 commit 537b68fCopy full SHA for 537b68f
.github/workflows/ci.yml
@@ -28,12 +28,12 @@ jobs:
28
with:
29
go-version: ${{ matrix.go-version }}
30
- name: Checkout code
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
fetch-depth: 1
34
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
35
- name: Cache go modules and build cache
36
- uses: actions/cache@v3.0.0
+ uses: actions/cache@v4
37
38
# In order:
39
# * Module download cache
0 commit comments