diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a77355..4ec6b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies env: diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 45a9c52..821f73d 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -10,7 +10,7 @@ jobs: prek: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: j178/prek-action@v2 env: SKIP: run-tests