Skip to content

Commit 50d38c3

Browse files
authored
Update push.yml
1 parent 594a62d commit 50d38c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up QEMU
17-
uses: docker/setup-qemu-action@v2
17+
uses: docker/setup-qemu-action@v3
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121

2222
- name: Login to DockerHub
2323
if: github.event_name != 'pull_request'
@@ -54,4 +54,4 @@ jobs:
5454
env:
5555
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5656
with:
57-
args: slack jeanlaurent/whale pushed to hub via github actions from ${{GitHub.ref}}
57+
args: slack jeanlaurent/whale pushed to hub via github actions from ${{GitHub.ref}}

0 commit comments

Comments
 (0)