diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 577f2a0a..7a783a72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - macos-latest name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.MACOS }}" steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Setup python id: setup-python uses: actions/setup-python@v6.2.0 @@ -55,7 +55,7 @@ jobs: - {VERSION: "3.14t", NOXSESSION: "tests"} name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}" steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Setup python id: setup-python uses: actions/setup-python@v6.2.0 @@ -98,7 +98,7 @@ jobs: - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "nightly"} name: "${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}" steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Setup python id: setup-python uses: actions/setup-python@v6.2.0 @@ -147,7 +147,7 @@ jobs: # is installed in the container (which it is) sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release if: matrix.IMAGE.IMAGE == 'alpine:aarch64' - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: persist-credentials: false - run: /venv/bin/pip install nox @@ -168,7 +168,7 @@ jobs: - {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}" steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: persist-credentials: false - run: /venv/bin/pip install nox diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 2ca23991..a2dd37bd 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest name: sdists steps: - - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.2.2 with: # The tag to build or the tag received by the tag event ref: ${{ github.event.inputs.version || github.ref }} @@ -140,7 +140,7 @@ jobs: BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t' name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS" steps: - - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.2.2 with: # The tag to build or the tag received by the tag event ref: ${{ github.event.inputs.version || github.ref }}