Skip to content

Commit

Permalink
gotta upgrade them actions
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed May 24, 2024
1 parent 9151f4a commit 08a5c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
architecture: arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.architecture_node }}
Expand Down

0 comments on commit 08a5c1a

Please sign in to comment.