diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 23609084..34f0e8dc 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -52,7 +52,7 @@ private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: "${{ steps.app-token.outputs.token }}" @@ -147,7 +147,7 @@ private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/get-changed-images.yaml b/.github/workflows/get-changed-images.yaml index 1533f7d8..25eb32af 100644 --- a/.github/workflows/get-changed-images.yaml +++ b/.github/workflows/get-changed-images.yaml @@ -20,7 +20,7 @@ jobs: addedOrModifiedImages: "${{ steps.changed-containers.outputs.addedOrModifiedImages }}" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 16ccdbce..2c522f27 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -24,7 +24,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 7522f205..bf392995 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -53,7 +53,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/simple-checks.yaml b/.github/workflows/simple-checks.yaml index bfd69250..5744ee7f 100644 --- a/.github/workflows/simple-checks.yaml +++ b/.github/workflows/simple-checks.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0