File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
echo "-----------------------------------------------------"
24
24
exit 1
25
25
fi
26
- - uses : actions/setup-go@v3
26
+ - uses : actions/setup-go@v5
27
27
with :
28
28
go-version : ' >=1.19'
29
- # - name: Lint workflow files
30
- # run: |
31
- # go install github.com/rhysd/actionlint/cmd/actionlint@latest
32
- # actionlint .github/workflows/*.yml
29
+ - name : Lint workflow files
30
+ run : |
31
+ go install github.com/rhysd/actionlint/cmd/actionlint@latest
32
+ actionlint .github/workflows/*.yml
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
- uses : actions/checkout@v4
37
37
with :
38
38
ref : ${{ env.TAG }}
39
- - uses : docker/setup-buildx-action@v2
39
+ - uses : docker/setup-buildx-action@v3
40
40
- name : Login to DockerHub
41
- uses : docker/login-action@v2
41
+ uses : docker/login-action@v3
42
42
with :
43
43
username : ${{ secrets.DOCKER_USERNAME }}
44
44
password : ${{ secrets.DOCKER_PASSWORD }}
45
45
- name : Build and push
46
46
id : docker_build_autoindex
47
- uses : docker/build-push-action@v3
47
+ uses : docker/build-push-action@v6
48
48
with :
49
49
file : Dockerfile.autoindex
50
50
push : true
You can’t perform that action at this time.
0 commit comments