Skip to content

Commit d72d981

Browse files
ci: Update to actions/checkout@v4. (#331)
1 parent 3218e97 commit d72d981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
override: true
1717
components: rustfmt
1818

19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Run rustfmt
2121
run: cargo fmt --check

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- ''
2222
- '--all-features'
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Cache cargo registry
2626
uses: actions/cache@v1
2727
with:

0 commit comments

Comments
 (0)