1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Code
14- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
14+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1515 - name : Setup Golang
16- uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2 .0
16+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
1717 with :
1818 go-version-file : go.mod
1919 - name : Run Linter
@@ -24,19 +24,19 @@ jobs:
2424 id : tag
2525 run : |
2626 TAG="$(make calculate-next-semver)"
27- echo "::set-output name= tag:: $TAG"
27+ echo "tag= $TAG" >> $GITHUB_OUTPUT
2828 tag :
2929 name : SemVer Tag
3030 needs : test
3131 if : github.ref == 'refs/heads/master'
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
35+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
3636 with :
3737 fetch-depth : 0
3838 - name : Push SemVer Tag
39- uses : mathieudutour/github-tag-action@d745f2e74aaf1ee82e747b181f7a0967978abee0 # v6.0
39+ uses : mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
4040 with :
4141 custom_tag : ${{ needs.test.outputs.tag }}
4242 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -48,17 +48,17 @@ jobs:
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
51+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
5252 with :
5353 fetch-depth : 0
5454 - name : Fetch all tags
5555 run : git fetch --force --tags
5656 - name : Setup Go
57- uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2 .0
57+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
5858 with :
5959 go-version-file : go.mod
6060 - name : Run goreleaser release
61- uses : goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1
61+ uses : goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v3.2.0
6262 with :
6363 distribution : goreleaser
6464 version : v1.10.3
0 commit comments