We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e13f22 commit acd5c24Copy full SHA for acd5c24
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
- name: Echo Go Cache Paths
34
id: go-cache-paths
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
name: Build and publish
20
21
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
25
0 commit comments