Skip to content

Commit

Permalink
chore: update dependencies and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jun 24, 2024
1 parent d27f31a commit 922cad9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup

runs:
using: composite
steps:
steps:
- name: Setup Node
uses: actions/[email protected]
with:
Expand All @@ -18,3 +18,4 @@ runs:
- name: Install dependencies
run: npm ci
shell: bash
if: steps.cache.outputs.cache-hit != 'true'
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Setup Code
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Setup Environment
uses: ./.github/actions/setup
Expand All @@ -32,8 +32,8 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Setup Code
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Setup Environment
uses: ./.github/actions/setup

Expand All @@ -50,16 +50,16 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Setup Code
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Setup Environment
uses: ./.github/actions/setup

- name: Run Coverage
run: npm run coverage

- name: Post to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -70,7 +70,7 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Setup Code
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Setup Environment
uses: ./.github/actions/setup
Expand All @@ -86,7 +86,9 @@ jobs:
env:
FORCE_COLOR: 1
steps:
- uses: actions/[email protected]
- name: Setup Code
uses: actions/[email protected]

- name: Run CodeSpell
uses: codespell-project/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"hardhat-exposed": "^0.3.15",
"hardhat-gas-reporter": "^2.2.0",
"lite-server": "^2.6.1",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-solidity": "^1.3.1",
"rimraf": "^5.0.7",
"sol2uml": "^2.5.20",
Expand Down

0 comments on commit 922cad9

Please sign in to comment.