1 parent 5f4cf3f commit fbd9d22Copy full SHA for fbd9d22
1 file changed
.github/workflows/release.yml
@@ -17,11 +17,11 @@ jobs:
17
goreleaser:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
21
with:
22
# Allow goreleaser to access older tag information.
23
fetch-depth: 0
24
- - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
+ - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
25
26
go-version-file: 'go.mod'
27
cache: true
0 commit comments