Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit d8ef93f

Browse files
committed
Update GitHub Actions CI
The following updates are performed: * update actions/checkout to v4 * update actions/setup-node to v4
1 parent 2e4f5fb commit d8ef93f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Clone spacebar server
2020
run: |
2121
git clone https://github.com/bitfl0wer/server.git
22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 18
2525
cache: 'npm'
@@ -44,4 +44,3 @@ jobs:
4444
cargo build --verbose --all-features
4545
cargo test --verbose --all-features
4646
fi
47-

0 commit comments

Comments
 (0)