Skip to content

Commit d036907

Browse files
chore(deps): update actions/checkout action to v6
1 parent f6924de commit d036907

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-removed-urls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout PR branch
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
# This implicitly gets the PR branch. Making it explicit causes problems
1616
# with private forks, but it is equivalent to the following:
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
path: compare
2121
- name: Checkout base branch
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
ref: ${{ github.event.pull_request.base.ref }}
2525
repository: ${{ github.event.pull_request.base.repo.full_name }}

.github/workflows/markdown-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
markdown-lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
- name: Create venv

.github/workflows/sphinx-python-dependency-build-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Install dependencies
3434
run: |

0 commit comments

Comments
 (0)