Skip to content

Commit 4edf327

Browse files
authored
Merge pull request #83 from rust-lang/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.1 to 4.2.2
2 parents b01c675 + d16050a commit 4edf327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
rust: [stable, beta, nightly]
1414
steps:
15-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Install Rust ${{ matrix.rust }}
1717
run: |
1818
rustup self update
@@ -26,7 +26,7 @@ jobs:
2626
name: Rustfmt
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: Install Rust Stable
3131
run: |
3232
rustup update stable

0 commit comments

Comments
 (0)