diff --git a/.github/workflows/build_site.yml b/.github/workflows/build_site.yml index c2476b43..5997a2fd 100644 --- a/.github/workflows/build_site.yml +++ b/.github/workflows/build_site.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.CI_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/dispatch_build_site.yml b/.github/workflows/dispatch_build_site.yml index 6ace5cc2..6d6fa3c1 100644 --- a/.github/workflows/dispatch_build_site.yml +++ b/.github/workflows/dispatch_build_site.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.CI_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fea5e2b7..c5a6afb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Determine commit id: determine-commit