diff --git a/.github/workflows/ReceivePR.yml b/.github/workflows/ReceivePR.yml index 127b611fb..1d6e6d68f 100644 --- a/.github/workflows/ReceivePR.yml +++ b/.github/workflows/ReceivePR.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4.1.7 - name: Use Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab0810911..9c10d9fef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: with: mpi: ${{ matrix.mpi }} - name: Use Python ${{ matrix.py-version }} - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: ${{ matrix.py-version }} architecture: x64