Skip to content

Commit 79b3ea6

Browse files
authored
Merge pull request #2 from oovm/dependabot/github_actions/dev/actions/checkout-6
2 parents 743444b + 4d95aa5 commit 79b3ea6

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
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
steps:
1616
- run: git config --global core.autocrlf false
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Rust Nightly
1919
uses: actions-rs/toolchain@v1
2020
with:

0 commit comments

Comments
 (0)