File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 uses : actions/checkout@v3
3131
3232 - name : Build the container image
33- uses : docker/build-push-action@v3.3 .0
33+ uses : docker/build-push-action@v4.0 .0
3434 with :
3535 repository : golang-repo-template
3636
3737 - name : Push to GitHub Packages
38- uses : docker/build-push-action@v3.3 .0
38+ uses : docker/build-push-action@v4.0 .0
3939 if : github.event_name == 'release' || github.event_name == 'push'
4040 with :
4141 username : ${{ github.actor }}
6666 if : |
6767 (github.event_name == 'release' || github.event_name == 'push') &&
6868 contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
69- uses : docker/build-push-action@v3.3 .0
69+ uses : docker/build-push-action@v4.0 .0
7070 with :
7171 username : ${{ secrets.DOCKER_USERNAME }}
7272 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 6363 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
6464 restore-keys : ${{ runner.os }}-go-${{ matrix.golang }}-v1-
6565 - name : Run GoReleaser (Dry Run)
66- uses : goreleaser/goreleaser-action@v3.0 .0
66+ uses : goreleaser/goreleaser-action@v4.2 .0
6767 with :
6868 version : latest
6969 args : release --rm-dist --snapshot --skip-publish
Original file line number Diff line number Diff line change 4545 -
4646 name : Run GoReleaser
4747 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
48- uses : goreleaser/goreleaser-action@v3.0 .0
48+ uses : goreleaser/goreleaser-action@v4.2 .0
4949 with :
5050 version : latest
5151 args : release --rm-dist
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "alex" : " 10 .0.0" ,
3+ "alex" : " 11 .0.0" ,
44 "markdown-spellcheck" : " 1.3.1" ,
55 "markdownlint-cli" : " 0.31.1" ,
66 "remark-cli" : " 11.0.0" ,
You can’t perform that action at this time.
0 commit comments