Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Sep 7, 2024
1 parent 43596b2 commit 55b65bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-solc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: npm
Expand All @@ -26,7 +26,7 @@ jobs:
}
npm install -DE $(all_versions | exclude_unwanted | sed 's/\S*/solc-&@npm:solc@&/')
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PR_PAT }}
branch: update-solc
Expand Down

0 comments on commit 55b65bc

Please sign in to comment.