Skip to content

Commit

Permalink
Merge branch 'main' into upgrades-prepare-proxy-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodarybacka authored Aug 9, 2024
2 parents 3c6a27c + 7a4adc2 commit 1fb3e1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand All @@ -26,7 +26,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build, test and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/hardhat-helpers",
"version": "0.7.2-pre.0",
"version": "0.7.2-pre.1",
"author": "Jakub Nowakowski <jakub.nowakowski@keep.network>",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 1fb3e1b

Please sign in to comment.