Skip to content

Commit 332f60a

Browse files
authored
Merge pull request #283 from rust-cli/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 19c15f9 + 61ceff0 commit 332f60a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- uses: actions-rs/audit-check@v1
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Setup
1515
uses: peaceiris/actions-mdbook@v2
1616
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: Install Rust
2727
uses: actions-rs/toolchain@v1
2828
with:

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout Actions Repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
- name: Spell Check Repo
1212
uses: crate-ci/typos@master

0 commit comments

Comments
 (0)