Skip to content

Commit e600467

Browse files
Bump actions/checkout from 4 to 5 (#50)
1 parent ef9a58b commit e600467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Set up Rust
2121
uses: actions-rs/toolchain@v1
2222
with:
@@ -36,7 +36,7 @@ jobs:
3636
name: Typos Check
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- uses: crate-ci/typos@master
4141
with:
4242
config: ./.config/_typos.toml

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
docs:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Setup Rust
1313
uses: actions-rs/toolchain@v1
1414
with:

0 commit comments

Comments
 (0)