Skip to content

Commit a784d5d

Browse files
authored
Merge pull request #5 from hhatto/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents c6f8c2e + 1fffe75 commit a784d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.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

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Build
1313
run: cargo build --verbose
1414
- name: Clippy

0 commit comments

Comments
 (0)