diff --git a/.github/workflows/executor_ci_pipeline.yml b/.github/workflows/executor_ci_pipeline.yml index f701efe..87b8e1d 100644 --- a/.github/workflows/executor_ci_pipeline.yml +++ b/.github/workflows/executor_ci_pipeline.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python-version }} - name: Install safe-chain diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1912b13..90721d2 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -22,7 +22,7 @@ jobs: ref: ${{ github.head_ref }} persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies