Skip to content

Commit d9911e8

Browse files
authored
chore(ci): update to actions/checkout@v4 (#109)
1 parent bffa8c5 commit d9911e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Check Style
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@master
13+
- uses: actions/checkout@v4
1414
- name: Install Rustfmt
1515
run: rustup component add rustfmt
1616
- name: Check formatting
@@ -26,7 +26,7 @@ jobs:
2626
- stable
2727
- beta
2828
steps:
29-
- uses: actions/checkout@master
29+
- uses: actions/checkout@v4
3030
- name: Install Rust
3131
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
3232
- name: Run tests
@@ -35,6 +35,6 @@ jobs:
3535
clippy_check:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Run Clippy
4040
run: cargo clippy --all-targets --all-features

0 commit comments

Comments
 (0)