From b660598a22b4ff65d161a6d2313113740891d3f6 Mon Sep 17 00:00:00 2001 From: phlax Date: Fri, 6 Oct 2023 08:16:00 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"build(deps):=20bump=20actions/setup-p?= =?UTF-8?q?ython=20from=204.7.0=20to=204.7.1=20(#=E2=80=A6=20(#29987)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#29917)" This reverts commit a6ef6364123eb9d9ebce54ca2650b38f96f7887b. Signed-off-by: Ryan Northey --- .github/workflows/check-deps.yml | 2 +- .github/workflows/pr_notifier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index e30c1aa0d55a..eae216b3a1a0 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -26,7 +26,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Python (3.10) - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 with: python-version: "3.10" diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index ec6b5e9118f1..fbb841977a83 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.8 - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 with: python-version: '3.8' architecture: 'x64'