Skip to content

Commit 0e24337

Browse files
authored
Merge pull request #45 from GitoxideLabs/dependabot/github_actions/github-actions-76468cb07f
build(deps): bump actions/checkout from 5 to 6 in the github-actions group
2 parents f978c6f + 8bdc425 commit 0e24337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build-and-test-linux:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: fmt
2222
run: cargo fmt --all -- --check
2323
- name: clippy
@@ -35,7 +35,7 @@ jobs:
3535
build-and-test-on-windows:
3636
runs-on: windows-latest
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: actions-rs/toolchain@v1
4040
with:
4141
profile: default

0 commit comments

Comments
 (0)