diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index aa47342af..5bb640445 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -39,7 +39,7 @@ jobs: python3 \ python3-setuptools - name: Setup Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.x' - name: Install Python Dependencies diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 1bd687ad5..705dbbadb 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -35,7 +35,7 @@ jobs: ninja \ pkg-config - name: Setup Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.x' - name: Install Python Dependencies diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 9bbb771f6..6226b5b07 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -35,7 +35,7 @@ jobs: variant: sccache key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }} - name: Setup Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.x' - name: Setup MSVC