diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 46d5290..0598ad9 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -35,7 +35,7 @@ jobs: # Checkout the branch made in the fork. ref: ${{ github.head_ref }} - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.12' diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6ee45a2..40fdfee 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -42,7 +42,7 @@ jobs: path: publish fetch-depth: 1 - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.12'