From 4dcd6df136c2594e47386cd25c732e101ddcaeb8 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:41:43 +0000 Subject: [PATCH] GHA CI: Update `setup-python` action to `v3` --- .github/workflows/ci_file_health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_file_health.yaml b/.github/workflows/ci_file_health.yaml index 6d9699ccd..4fb635962 100644 --- a/.github/workflows/ci_file_health.yaml +++ b/.github/workflows/ci_file_health.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Install tools - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 - name: Check files uses: pre-commit/action@v2.0.3