From 9f190017b93823f391f993c51d494a6fd7b25f9d Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 24 Feb 2024 13:01:05 -0800 Subject: [PATCH] Upgrade setup-python action (#405) --- .github/workflows/lint-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 4e81f005..31d01465 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -19,7 +19,7 @@ jobs: git checkout -b pr git branch -f main origin/main - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Install wpiformat @@ -58,7 +58,7 @@ jobs: git checkout -b pr git branch -f main origin/main - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Install clang-tidy