diff --git a/.github/workflows/convention-drift.yml b/.github/workflows/convention-drift.yml index 9aeb7b5..3cb71fa 100644 --- a/.github/workflows/convention-drift.yml +++ b/.github/workflows/convention-drift.yml @@ -23,7 +23,7 @@ jobs: check-drift: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Restore hash cache uses: actions/cache/restore@v5 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20e1aa5..0c875a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pages uses: actions/configure-pages@v6