Skip to content

Commit 2179ee0

Browse files
authored
Merge pull request #169 from vinnyperella/patch-4
Update go.yml
2 parents 35e0835 + 6ddb1ad commit 2179ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: go
1515

1616
- name: Check out repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Linux build
2020
run: |
@@ -29,7 +29,7 @@ jobs:
2929
doh-server/doh-server
3030
3131
- name: Cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
# A directory to store and save the cache
3535
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)