diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6da6d2..d9f8414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.12' diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0ec42fa..c421805 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -18,7 +18,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Restore lychee cache id: restore-cache