diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c212cae..d552f3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: