Skip to content

Commit a95441f

Browse files
authored
Update build.yaml
1 parent 88d2a0e commit a95441f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
release:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

22-
- uses: docker/setup-qemu-action@v1
22+
- uses: docker/setup-qemu-action@v3
2323

24-
- uses: docker/setup-buildx-action@v1
24+
- uses: docker/setup-buildx-action@v3
2525

26-
- uses: docker/login-action@v1
26+
- uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

31-
- uses: docker/build-push-action@v2
31+
- uses: docker/build-push-action@v6
3232
with:
3333
platforms: ${{ env.PLATFORMS }}
3434
build-args: |
@@ -39,7 +39,7 @@ jobs:
3939
push: true
4040

4141
- if: ${{ always() }}
42-
uses: slackapi/slack-github-action@v1.16.0
42+
uses: slackapi/slack-github-action@v2.0.0
4343
with:
4444
channel-id: github
4545
payload: |

0 commit comments

Comments
 (0)