diff --git a/.github/workflows/ci-links.yml b/.github/workflows/ci-links.yml index ff0521d..e0e3077 100644 --- a/.github/workflows/ci-links.yml +++ b/.github/workflows/ci-links.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check links with lychee uses: lycheeverse/lychee-action@v2 diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index ae5c626..f091a27 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -22,7 +22,7 @@ jobs: if: github.event.pull_request.user.login != 'renovate[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: github.event.pull_request.user.login != 'renovate[bot]' - name: Check PR title diff --git a/.github/workflows/ci-static-checks.yml b/.github/workflows/ci-static-checks.yml index 6ddfa69..1be6f47 100644 --- a/.github/workflows/ci-static-checks.yml +++ b/.github/workflows/ci-static-checks.yml @@ -20,7 +20,7 @@ jobs: name: prek runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: j178/prek-action@v2 with: diff --git a/.github/workflows/ci-typos.yml b/.github/workflows/ci-typos.yml index 500ad87..e9d8cb2 100644 --- a/.github/workflows/ci-typos.yml +++ b/.github/workflows/ci-typos.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run typos uses: crate-ci/typos@master diff --git a/.github/workflows/ci-vale.yml b/.github/workflows/ci-vale.yml index f8b1aba..fdca506 100644 --- a/.github/workflows/ci-vale.yml +++ b/.github/workflows/ci-vale.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive