Skip to content

Commit

Permalink
Update GitHub Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Dec 9, 2024
1 parent 97dfbb8 commit 56f58b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Run linter
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
scope: '@zondax'
Expand Down

0 comments on commit 56f58b7

Please sign in to comment.