diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c474094..ee2bd48 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,11 +23,11 @@ jobs: - "3.11" steps: - name: Checkout repo - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies