diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 630dc46..e3f8143 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Run unit tests run: yarn test - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.x - name: Rerun Pre-Commit Hooks on CI