Skip to content

Commit

Permalink
ci: bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 9, 2024
1 parent 99252c2 commit 85abeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: current

- name: Install Cartesi CLI
run: npm install -g @cartesi/cli

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Check system requirements
run: cartesi doctor
Expand Down

0 comments on commit 85abeeb

Please sign in to comment.