Commit 58415f8 1 parent f7c813d commit 58415f8 Copy full SHA for 58415f8
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v4
44
44
- name : Install Actionlint
45
45
env :
46
- version : " 1.6.27 "
46
+ version : " 1.7.1 "
47
47
run : curl -Ls "https://github.com/rhysd/actionlint/releases/download/v${{ env.version }}/actionlint_${{ env.version }}_linux_amd64.tar.gz" | sudo tar -x -z -C /usr/local/bin actionlint
48
48
- name : Run Actionlint
49
49
run : |
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
- name : Check for typos
79
- uses : crate-ci/typos@v1.19 .0
79
+ uses : crate-ci/typos@v1.21 .0
Original file line number Diff line number Diff line change 59
59
steps :
60
60
- uses : actions/checkout@v4
61
61
- name : Set up Docker Buildx
62
- uses : docker/setup-buildx-action@v3.2 .0
62
+ uses : docker/setup-buildx-action@v3.3 .0
63
63
with :
64
64
platforms : ${{ env.platforms }}
65
65
- name : Enable latest tag
91
91
-d '{ "ref": "refs/tags/${{ needs.sanity_check.outputs.tag }}", "sha": "${{ github.sha }}" }' | \
92
92
grep "Reference already exists" && echo "Tag already exists. Quitting." && exit 1 || exit 0
93
93
- name : Login to Docker Hub
94
- uses : docker/login-action@v3.1 .0
94
+ uses : docker/login-action@v3.2 .0
95
95
with :
96
96
username : ${{ secrets.DOCKERHUB_USERNAME }}
97
97
password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments