diff --git a/.github/workflows/release-script-tests.yml b/.github/workflows/release-script-tests.yml index 360105aec..dadeb0955 100644 --- a/.github/workflows/release-script-tests.yml +++ b/.github/workflows/release-script-tests.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: cache: 'pip' # caching pip dependencies diff --git a/.github/workflows/release_create.yml b/.github/workflows/release_create.yml index aa54d8afc..dc48e9229 100644 --- a/.github/workflows/release_create.yml +++ b/.github/workflows/release_create.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: cache: 'pip' # caching pip dependencies diff --git a/.github/workflows/release_prepare.yml b/.github/workflows/release_prepare.yml index 2492da2ef..b714a2203 100644 --- a/.github/workflows/release_prepare.yml +++ b/.github/workflows/release_prepare.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: cache: 'pip' # caching pip dependencies