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

Commit 0fb131c

Browse files
chore(deps): update actions/checkout action to v5
1 parent c342f6e commit 0fb131c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-github-pages:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4 # repo checkout
15+
- uses: actions/checkout@v5 # repo checkout
1616
- uses: actions-rs/toolchain@v1 # get rust toolchain for wasm
1717
with:
1818
profile: minimal

0 commit comments

Comments
 (0)