Skip to content

Commit

Permalink
Update GitHub Actions CI
Browse files Browse the repository at this point in the history
The following updates are performed:
* update actions/checkout to v4
* update actions/setup-node to v4
  • Loading branch information
striezel committed Jan 31, 2024
1 parent 2e4f5fb commit d8ef93f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Clone spacebar server
run: |
git clone https://github.com/bitfl0wer/server.git
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand All @@ -44,4 +44,3 @@ jobs:
cargo build --verbose --all-features
cargo test --verbose --all-features
fi

0 comments on commit d8ef93f

Please sign in to comment.