Skip to content

Commit 9a9beb8

Browse files
chore(deps): update actions/checkout action to v5
1 parent 5d1e324 commit 9a9beb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out Git repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: Install Rust nightly toolchain
3232
run: |
3333
rustup toolchain install --profile minimal -c clippy -c rustfmt nightly

0 commit comments

Comments
 (0)