Skip to content

Commit b1603eb

Browse files
committed
Auto merge of #10521 - UltiRequiem:update_gh_checkout, r=ehuss
tools: update checkout action on CI https://github.com/actions/checkout\#whats-new
2 parents 1564bc0 + 095f403 commit b1603eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414
- name: Install mdbook

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rustfmt:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- run: rustup update stable && rustup default stable
1919
- run: rustup component add rustfmt
2020
- run: cargo fmt --all --check

0 commit comments

Comments
 (0)