Skip to content

Commit fd8cfd3

Browse files
chore(deps): update actions/checkout action to v6
1 parent 1553f0f commit fd8cfd3

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
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Install cargo-audit
1818
run: cargo install cargo-audit
1919
- name: Build

0 commit comments

Comments
 (0)