We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c01125 commit 33d5bdbCopy full SHA for 33d5bdb
.github/workflows/build-weekly-all.yml
@@ -18,7 +18,7 @@ jobs:
18
echo "Latest release: $RELEASE_TAG"
19
-
20
name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
ref: ${{ steps.latestrelease.outputs.tag }}
24
@@ -37,7 +37,7 @@ jobs:
37
38
name: Set up Docker Buildx
39
id: buildx
40
- uses: docker/setup-buildx-action@v3.10.0
+ uses: docker/setup-buildx-action@v3.11.1
41
42
name: Available platforms
43
run: echo ${{ steps.buildx.outputs.platforms }}
@@ -51,7 +51,7 @@ jobs:
51
# ${{ runner.os }}-buildx-
52
53
name: Login to DockerHub
54
- uses: docker/login-action@v3.4.0
+ uses: docker/login-action@v3.5.0
55
56
username: ${{ secrets.DOCKER_USER }}
57
password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments