diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index 7f1cbb4a67a..693ea1744af 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -16,7 +16,7 @@ jobs: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - name: Generate the files in docker run: scripts/run.sh diff --git a/.github/workflows/clean-scratch-site.yml b/.github/workflows/clean-scratch-site.yml index 7863da9ecc9..979e6e6afb7 100644 --- a/.github/workflows/clean-scratch-site.yml +++ b/.github/workflows/clean-scratch-site.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Deploy ssh key for scratch site shell: bash -l {0} run: |