From 56197c4a38bb0c3dc853954140f45d273e107aff Mon Sep 17 00:00:00 2001 From: "always-on-duty[bot]" <120557446+always-on-duty[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:36:37 +0000 Subject: [PATCH] Resync piped --- .github/workflows/freeze-for-pr.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/pr-docs.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/py-test.yml | 6 +++--- .github/workflows/reformat.yml | 4 ++-- .github/workflows/release-docs.yml | 4 ++-- .github/workflows/resync-piped.yml | 4 ++-- .github/workflows/type-check.yml | 2 +- .github/workflows/update-licence.yml | 4 ++-- .github/workflows/upgrade-locks.yml | 4 ++-- .github/workflows/verify-locks.yml | 2 +- .github/workflows/verify-types.yml | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/freeze-for-pr.yml b/.github/workflows/freeze-for-pr.yml index 6dc1d6554..5dbadb857 100644 --- a/.github/workflows/freeze-for-pr.yml +++ b/.github/workflows/freeze-for-pr.yml @@ -20,7 +20,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -32,7 +32,7 @@ jobs: - name: Upgrade dependency locks run: python -m nox -s freeze-locks bot-package-diff - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7ece9c28a..b9c96ed9a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" diff --git a/.github/workflows/pr-docs.yml b/.github/workflows/pr-docs.yml index 009744e97..771814bef 100644 --- a/.github/workflows/pr-docs.yml +++ b/.github/workflows/pr-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python 3.9 if: github.event.action != 'closed' - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7254a729c..c844bccde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -34,4 +34,4 @@ jobs: python -m nox -s build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 + uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index c4e2f3605..1961bdd2b 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -31,7 +31,7 @@ jobs: submodules: "true" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: ${{ matrix.python-version }} @@ -56,7 +56,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -77,7 +77,7 @@ jobs: coverageLocations: .coverage.xml:coverage.py - name: Archive coverage - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: coverage path: ./coverage_html diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 86cd2feda..cfa81353e 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -19,7 +19,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -31,7 +31,7 @@ jobs: - name: Reformat run: python -m nox -s reformat bot-package-diff - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index d592cb683..ccdf31e10 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -14,7 +14,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -31,7 +31,7 @@ jobs: echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_STATE - name: Push - uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 + uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c with: branch: docs commit-message: "${{ steps.doc_info.outputs.GIT_HASH }} docs (${{ github.event.release.tag_name || github.event.ref }})" diff --git a/.github/workflows/resync-piped.yml b/.github/workflows/resync-piped.yml index f1d0b9759..9b5778aff 100644 --- a/.github/workflows/resync-piped.yml +++ b/.github/workflows/resync-piped.yml @@ -20,7 +20,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -32,7 +32,7 @@ jobs: - name: Resync Piped run: python -m nox -s copy-piped bot-package-diff - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index c3036d2d7..6aa9928c8 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -25,7 +25,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" diff --git a/.github/workflows/update-licence.yml b/.github/workflows/update-licence.yml index d14f77a25..c1c3a939a 100644 --- a/.github/workflows/update-licence.yml +++ b/.github/workflows/update-licence.yml @@ -15,7 +15,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -28,7 +28,7 @@ jobs: run: python -m nox -s update-licence - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 with: author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>" branch: task/update-licence diff --git a/.github/workflows/upgrade-locks.yml b/.github/workflows/upgrade-locks.yml index 0916f3116..0bfabb127 100644 --- a/.github/workflows/upgrade-locks.yml +++ b/.github/workflows/upgrade-locks.yml @@ -15,7 +15,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" @@ -28,7 +28,7 @@ jobs: run: python -m nox -s freeze-locks - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 with: author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>" branch: task/upgrade-deps diff --git a/.github/workflows/verify-locks.yml b/.github/workflows/verify-locks.yml index 8481f4775..f0fe60df0 100644 --- a/.github/workflows/verify-locks.yml +++ b/.github/workflows/verify-locks.yml @@ -23,7 +23,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9" diff --git a/.github/workflows/verify-types.yml b/.github/workflows/verify-types.yml index 47e15db88..3f5dbc832 100644 --- a/.github/workflows/verify-types.yml +++ b/.github/workflows/verify-types.yml @@ -25,7 +25,7 @@ jobs: submodules: "true" - name: Set up Python 3.9 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: "3.9"