Skip to content

Commit 8ee39de

Browse files
authored
Merge pull request #160 from rust-lang/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 63a4b70 + 793f574 commit 8ee39de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Install Rust
1717
uses: actions-rs/toolchain@v1
1818
with:

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout source
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Run rustfmt check
1313
run: |
1414
rustup component add rustfmt

0 commit comments

Comments
 (0)