diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 45648a0..be3b85b 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -36,7 +36,7 @@ jobs: enable-cache: true - name: "Set up Python" - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 with: python-version-file: ".python-version" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 91f0361..9ac9d52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -51,7 +51,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 with: python-version-file: ".python-version" diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 16087cc..bd834dd 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -42,7 +42,7 @@ jobs: enable-cache: true - name: "Set up Python" - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 with: python-version-file: ".python-version" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3293bef..7a76289 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: enable-cache: true - name: "Set up Python" - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 with: python-version-file: ".python-version"