From b18e96c9cd9dbbc56c6932aa4f0778ad83a079f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:26:50 -0600 Subject: [PATCH] Update actions/setup-python action from v2 to v4 (.github/workflows/check-protected-files.yml) (#8946) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check-protected-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-protected-files.yml b/.github/workflows/check-protected-files.yml index 2c4a530611b..227a84f9b0c 100644 --- a/.github/workflows/check-protected-files.yml +++ b/.github/workflows/check-protected-files.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x'