diff --git a/.github/workflows/create-article.yml b/.github/workflows/create-article.yml index 29487f8a..171ba913 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@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.x diff --git a/.github/workflows/create-logo.yml b/.github/workflows/create-logo.yml index 56269eb8..fe80dd05 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@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.x diff --git a/.github/workflows/mkdocs-build-test.yml b/.github/workflows/mkdocs-build-test.yml index e02a4945..a2735099 100644 --- a/.github/workflows/mkdocs-build-test.yml +++ b/.github/workflows/mkdocs-build-test.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Install Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.x diff --git a/.github/workflows/pages-build-integration.yml b/.github/workflows/pages-build-integration.yml index 692d7c53..73e9ec3e 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@39cd14951b08e74b54015e9e001cdefcf80e669f + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.x