Skip to content

Commit 911f19f

Browse files
committed
Update GHA checkout action to v3
This fixes a deprecation warning
1 parent f15d2b7 commit 911f19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 10
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Test
1313
run: |
1414
cargo test
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Install rustfmt
2323
run: |
2424
rustup component add rustfmt

0 commit comments

Comments
 (0)