diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 621db9e..59b7d62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: with: just-version: 1.43.0 - - uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 + - uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5 test: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index b7e4cc2..a9d0903 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Set up Python 3.13 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.13"