diff --git a/.github/workflows/deploy-all.yml b/.github/workflows/deploy-all.yml index b352b6c..29a3ff7 100644 --- a/.github/workflows/deploy-all.yml +++ b/.github/workflows/deploy-all.yml @@ -8,7 +8,7 @@ jobs: generateReadme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: needs: generateReadme runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0