diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cba3cc1b..c6fced20 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,7 +17,7 @@ jobs: git checkout -b pr git branch -f master origin/master; - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Install wpiformat