diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a369d97..0a5c18b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -506,7 +506,7 @@ jobs: - name: Checkout existing gh-pages content id: checkout-pages - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: gh-pages path: _site diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index e8acd18..0915aff 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -103,7 +103,7 @@ jobs: - name: Checkout existing gh-pages content id: checkout-pages - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: gh-pages path: _site