diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 553684828..bbc4c4318 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -149,7 +149,7 @@ jobs: git describe --tags --always - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ env.OWNER }} @@ -157,7 +157,7 @@ jobs: - name: Extract metadata (tags, labels) for image registry id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE_FULL_NAME }} tags: ${{ steps.set-tags.outputs.tags }} @@ -179,12 +179,12 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and push id: push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: | ${{ github.event.inputs.build_args }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 80328dcc8..f29d1fc2d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Run Renovate - uses: renovatebot/github-action@8d75b92f43899d483728e9a8a7fd44238020f6e6 # v46.1.2 + uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3 with: configurationFile: renovate.json token: ${{ github.token }}