File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
uses : actions/checkout@v3
31
31
32
32
- name : Build the container image
33
- uses : docker/build-push-action@v3.3 .0
33
+ uses : docker/build-push-action@v4.0 .0
34
34
with :
35
35
repository : golang-repo-template
36
36
37
37
- name : Push to GitHub Packages
38
- uses : docker/build-push-action@v3.3 .0
38
+ uses : docker/build-push-action@v4.0 .0
39
39
if : github.event_name == 'release' || github.event_name == 'push'
40
40
with :
41
41
username : ${{ github.actor }}
66
66
if : |
67
67
(github.event_name == 'release' || github.event_name == 'push') &&
68
68
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
70
70
with :
71
71
username : ${{ secrets.DOCKER_USERNAME }}
72
72
password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 63
63
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
64
64
restore-keys : ${{ runner.os }}-go-${{ matrix.golang }}-v1-
65
65
- name : Run GoReleaser (Dry Run)
66
- uses : goreleaser/goreleaser-action@v3.0 .0
66
+ uses : goreleaser/goreleaser-action@v4.2 .0
67
67
with :
68
68
version : latest
69
69
args : release --rm-dist --snapshot --skip-publish
Original file line number Diff line number Diff line change 45
45
-
46
46
name : Run GoReleaser
47
47
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
49
49
with :
50
50
version : latest
51
51
args : release --rm-dist
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "alex" : " 10 .0.0" ,
3
+ "alex" : " 11 .0.0" ,
4
4
"markdown-spellcheck" : " 1.3.1" ,
5
5
"markdownlint-cli" : " 0.31.1" ,
6
6
"remark-cli" : " 11.0.0" ,
You can’t perform that action at this time.
0 commit comments