diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index 0407d41..98d49c9 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: diff --git a/.github/workflows/release-imgproxy.yml b/.github/workflows/release-imgproxy.yml index 3836c7a..3443318 100644 --- a/.github/workflows/release-imgproxy.yml +++ b/.github/workflows/release-imgproxy.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index b3b3a5a..798ef96 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: