diff --git a/.github/workflows/create-article.yml b/.github/workflows/create-article.yml index 69c73aeb..2d0b45a0 100644 --- a/.github/workflows/create-article.yml +++ b/.github/workflows/create-article.yml @@ -74,7 +74,7 @@ jobs: fi - name: Install Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x diff --git a/.github/workflows/create-logo.yml b/.github/workflows/create-logo.yml index 2592c4f5..62018359 100644 --- a/.github/workflows/create-logo.yml +++ b/.github/workflows/create-logo.yml @@ -60,7 +60,7 @@ jobs: sudo apt install -y libfreetype6-dev gsfonts libmagickwand-dev imagemagick - name: Install Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x diff --git a/.github/workflows/mkdocs-build-test.yml b/.github/workflows/mkdocs-build-test.yml index 2efe0c00..06dc7c84 100644 --- a/.github/workflows/mkdocs-build-test.yml +++ b/.github/workflows/mkdocs-build-test.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Install Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x diff --git a/.github/workflows/pages-build-integration.yml b/.github/workflows/pages-build-integration.yml index 0d89afa3..f3723168 100644 --- a/.github/workflows/pages-build-integration.yml +++ b/.github/workflows/pages-build-integration.yml @@ -32,7 +32,7 @@ jobs: # - name: Configure GitHub Pages # uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 - - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x