Skip to content

Commit 86607e8

Browse files
Update actions/checkout action to v7 (#261)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 2863767 commit 86607e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
10+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1111

1212
- name: generate documentation
1313
run: cargo doc --no-deps

0 commit comments

Comments
 (0)