diff --git a/.github/workflows/check-removed-urls.yml b/.github/workflows/check-removed-urls.yml index 22f72efe..b25de2e2 100644 --- a/.github/workflows/check-removed-urls.yml +++ b/.github/workflows/check-removed-urls.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout PR branch - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # This implicitly gets the PR branch. Making it explicit causes problems # with private forks, but it is equivalent to the following: @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 path: compare - name: Checkout base branch - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.base.ref }} repository: ${{ github.event.pull_request.base.repo.full_name }} diff --git a/.github/workflows/markdown-style-checks.yml b/.github/workflows/markdown-style-checks.yml index c218164c..c7ab1ef6 100644 --- a/.github/workflows/markdown-style-checks.yml +++ b/.github/workflows/markdown-style-checks.yml @@ -17,7 +17,7 @@ jobs: markdown-lint: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Create venv