Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 9d68793

Browse files
Update actions/checkout action to v6
1 parent 2272fe3 commit 9d68793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
- name: lint
2323
run: cargo fmt -- --check
2424
- name: build

0 commit comments

Comments
 (0)