We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e0835 + 6ddb1ad commit 2179ee0Copy full SHA for 2179ee0
1 file changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
id: go
15
16
- name: Check out repository
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
19
- name: Linux build
20
run: |
@@ -29,7 +29,7 @@ jobs:
29
doh-server/doh-server
30
31
- name: Cache
32
- uses: actions/cache@v2
+ uses: actions/cache@v4
33
with:
34
# A directory to store and save the cache
35
path: ~/go/pkg/mod
0 commit comments