Skip to content

Commit 235cad9

Browse files
committed
bump checkout action
1 parent 245f966 commit 235cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- windows-latest
1818
- macOS-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v6
2121
- name: install ${{ matrix.rust }}
2222
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
2323
- run: cargo build

0 commit comments

Comments
 (0)