Skip to content

Commit 15840bd

Browse files
chore(deps): update actions/checkout action to v5 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2faafcd commit 15840bd

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Rust toolchain
2222
run: rustup toolchain install stable --no-self-update --profile default --target wasm32-unknown-unknown

0 commit comments

Comments
 (0)