diff --git a/.github/workflows/ReceivePR.yml b/.github/workflows/ReceivePR.yml index 29493951e..bbee360b8 100644 --- a/.github/workflows/ReceivePR.yml +++ b/.github/workflows/ReceivePR.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Use Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: 3.9 architecture: x64 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f585187a..76d871ab2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: with: mpi: ${{ matrix.mpi }} - name: Use Python ${{ matrix.py-version }} - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: ${{ matrix.py-version }} architecture: x64