diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 45648a0..3c74a11 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version-file: ".python-version" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8ffbe84..922f415 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version-file: ".python-version" diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 16087cc..57ee2d2 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version-file: ".python-version" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3293bef..117d5ee 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version-file: ".python-version"