diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index abf875d..571daca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -106,7 +106,7 @@ jobs: path: doc/_build/ - name: Checkout the gh-pages branch in a separate folder - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@v4 with: ref: gh-pages # Checkout to this folder instead of the current one diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b847c8..093d101 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # Need to fetch more than the last commit so that setuptools-scm can # create the correct version string. If the number of commits since