diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11ae7e8..e92fffc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # We just need the code, thanks fetch-depth: 0