diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 39ccbe4c8..a7f108bb5 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{ inputs.weblate_sha }} ${{ inputs.weblate_date }} diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index 81f515ebf..4fc61fd0b 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -135,7 +135,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -174,7 +174,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -224,7 +224,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -272,7 +272,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: DockerHub login run: echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin - name: Adjust bleeding edge image @@ -311,7 +311,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Login to GitHub Container Registry if: ${{ github.event_name != 'pull_request'}} uses: docker/login-action@v3 diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 307b2e44b..fa7fdc757 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{inputs.weblate_sha}} ${{inputs.weblate_date}}