diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b6cc3fbc..63f8c522 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -207,7 +207,7 @@ jobs: - name: Restore cached chroots id: chroots-restore - uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | debian-sbuild/chroots @@ -230,7 +230,7 @@ jobs: - name: Save chroots if: steps.chroots-restore.outputs.cache-hit != 'true' id: chroots-save - uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | debian-sbuild/chroots diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 5cbd1070..61c93527 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@5d3fbef92a76cbf78f5732d17c07a2e76e6f7555 # v39.1.4 + uses: renovatebot/github-action@8f6b0f762415909f60b0efb1817c4dee029ea806 # v40.1.1 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}