Skip to content

Commit 49ee1e9

Browse files
authored
Merge pull request #140 from rust-lang/dependabot/github_actions/actions/checkout-4
2 parents b055465 + 9c9f43f commit 49ee1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Update rust
3232
run: rustup update ${{ matrix.channel }} --no-self-update

0 commit comments

Comments
 (0)