11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Code
14
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
14
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
15
15
- name : Setup Golang
16
- uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2 .0
16
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
17
17
with :
18
18
go-version-file : go.mod
19
19
- name : Run Linter
@@ -24,19 +24,19 @@ jobs:
24
24
id : tag
25
25
run : |
26
26
TAG="$(make calculate-next-semver)"
27
- echo "::set-output name= tag:: $TAG"
27
+ echo "tag= $TAG" >> $GITHUB_OUTPUT
28
28
tag :
29
29
name : SemVer Tag
30
30
needs : test
31
31
if : github.ref == 'refs/heads/master'
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
35
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
36
36
with :
37
37
fetch-depth : 0
38
38
- name : Push SemVer Tag
39
- uses : mathieudutour/github-tag-action@d745f2e74aaf1ee82e747b181f7a0967978abee0 # v6.0
39
+ uses : mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
40
40
with :
41
41
custom_tag : ${{ needs.test.outputs.tag }}
42
42
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -48,17 +48,17 @@ jobs:
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
51
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
52
52
with :
53
53
fetch-depth : 0
54
54
- name : Fetch all tags
55
55
run : git fetch --force --tags
56
56
- name : Setup Go
57
- uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2 .0
57
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
58
58
with :
59
59
go-version-file : go.mod
60
60
- name : Run goreleaser release
61
- uses : goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1
61
+ uses : goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v3.2.0
62
62
with :
63
63
distribution : goreleaser
64
64
version : v1.10.3
0 commit comments