From f1efccea6b7d28d5827d7cb77e5c8639471ea95b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 13:52:44 +0000 Subject: [PATCH] Update actions/setup-python action to v3 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d77ceb5..d8f4c1a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,7 +17,7 @@ jobs: with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 - name: Lint Code Base uses: github/super-linter@v4 env: