Skip to content

Commit a2cef6b

Browse files
ci: Update actions/checkout to v3 from v2 and v1. (#317)
Co-authored-by: Bruce Mitchener <[email protected]>
1 parent c4156bd commit a2cef6b

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@v2
19+
- uses: actions/checkout@v3
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@v1
24+
- uses: actions/checkout@v3
2525
- name: Cache cargo registry
2626
uses: actions/cache@v1
2727
with:

0 commit comments

Comments
 (0)