Skip to content

Commit 4021a39

Browse files
authored
Bump up some GitHub Actions (#197)
1 parent 1aa2bb0 commit 4021a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
env:
3737
VERSION: ${{ github.sha }}
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
with:
4141
submodules: true
42-
- uses: actions/cache@v2
42+
- uses: actions/cache@v4
4343
with:
4444
path: |
4545
~/.cache/go-build

0 commit comments

Comments
 (0)