diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e66f6c6..61172f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # Pin the toolchain to JDK 21 (matches the Gradle toolchain the convention plugins request, # so no foojay auto-download is needed in CI). diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5d03820..22e640c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,7 +27,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Configure Pages uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6