Skip to content

Commit 1a8ec3a

Browse files
authored
Merge pull request #103 from github/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 80b479c + 279ec6f commit 1a8ec3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Build
2121
run: cargo build --verbose

0 commit comments

Comments
 (0)