diff --git a/.github/workflows/ltistore-tests.yml b/.github/workflows/ltistore-tests.yml index 925f582..9f0a0c8 100644 --- a/.github/workflows/ltistore-tests.yml +++ b/.github/workflows/ltistore-tests.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: ${{ matrix.python-version }} - name: Upgrade pip diff --git a/.github/workflows/run-paragon-plugin-tests.yml b/.github/workflows/run-paragon-plugin-tests.yml index beef128..367fdf8 100644 --- a/.github/workflows/run-paragon-plugin-tests.yml +++ b/.github/workflows/run-paragon-plugin-tests.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12"