diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index ad52f46..179afaa 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -53,7 +53,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ steps.app-token.outputs.token }}" @@ -152,7 +152,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ steps.app-token.outputs.token }}" submodules: 'recursive' diff --git a/.github/workflows/get-changed-images.yaml b/.github/workflows/get-changed-images.yaml index e97a153..6b14aff 100644 --- a/.github/workflows/get-changed-images.yaml +++ b/.github/workflows/get-changed-images.yaml @@ -21,7 +21,7 @@ jobs: addedOrModifiedImages: "${{ steps.changed-containers.outputs.addedOrModifiedImages }}" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 3c11ed5..ea2f685 100644 --- a/.github/workflows/label-sync.yaml +++ b/.github/workflows/label-sync.yaml @@ -26,7 +26,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 066be45..ca5605e 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -25,7 +25,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 47413bf..9602bf3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -51,7 +51,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/simple-checks.yaml b/.github/workflows/simple-checks.yaml index 0ce77ad..13b4b17 100644 --- a/.github/workflows/simple-checks.yaml +++ b/.github/workflows/simple-checks.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0