diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6b1e9e6..bdee4df 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3.1.1 - run: | echo "Execute tests here"