diff --git a/.github/workflows/extract-snippets-dryrun.yml b/.github/workflows/extract-snippets-dryrun.yml index b725e8119..dc7322456 100644 --- a/.github/workflows/extract-snippets-dryrun.yml +++ b/.github/workflows/extract-snippets-dryrun.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: "3.9.x" - run: bash .github/extract-snippets/extract-snippets.sh dryrun diff --git a/.github/workflows/extract-snippets.yml b/.github/workflows/extract-snippets.yml index 103d8adb9..701247538 100644 --- a/.github/workflows/extract-snippets.yml +++ b/.github/workflows/extract-snippets.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: "3.9.x" - run: bash .github/extract-snippets/extract-snippets.sh