Skip to content

Commit 26b4132

Browse files
authored
Merge pull request #92 from rust-random/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ba5e255 + d5ba983 commit 26b4132

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: jontze/action-mdbook@6c0be56d14c4bf16861b00af61f50ff7400ce502 # v4
1414
with:
1515
token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test building of docs
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: jontze/action-mdbook@6c0be56d14c4bf16861b00af61f50ff7400ce502 # v4
1818
with:
1919
token: ${{secrets.GITHUB_TOKEN}}
@@ -24,7 +24,7 @@ jobs:
2424
name: Test code samples
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Install toolchain
2929
uses: actions-rs/toolchain@v1
3030
with:

0 commit comments

Comments
 (0)