Skip to content

Commit 33d5bdb

Browse files
committed
bump versions
1 parent 3c01125 commit 33d5bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-weekly-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "Latest release: $RELEASE_TAG"
1919
-
2020
name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
ref: ${{ steps.latestrelease.outputs.tag }}
2424
-
@@ -37,7 +37,7 @@ jobs:
3737
-
3838
name: Set up Docker Buildx
3939
id: buildx
40-
uses: docker/setup-buildx-action@v3.10.0
40+
uses: docker/setup-buildx-action@v3.11.1
4141
-
4242
name: Available platforms
4343
run: echo ${{ steps.buildx.outputs.platforms }}
@@ -51,7 +51,7 @@ jobs:
5151
# ${{ runner.os }}-buildx-
5252
-
5353
name: Login to DockerHub
54-
uses: docker/login-action@v3.4.0
54+
uses: docker/login-action@v3.5.0
5555
with:
5656
username: ${{ secrets.DOCKER_USER }}
5757
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)