Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/develop/openzeppe…
Browse files Browse the repository at this point in the history
…lin/upgrades-core-1.41.0
  • Loading branch information
nekofar authored Dec 9, 2024
2 parents 901e90a + 8a9f994 commit b02e1db
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 80 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
version: nightly

- name: Force HTTPS for GitHub
run: git config --global url."https://github.com/".insteadOf "[email protected]:"

- name: Install pnpm package manager
uses: pnpm/[email protected]
id: pnpm-install
Expand All @@ -78,7 +81,7 @@ jobs:
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm Store
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
Expand Down Expand Up @@ -118,7 +121,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v4.3.1
uses: orhun/git-cliff-action@v4.4.2
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@typechain/hardhat": "9.1.0",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.10",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"chai": "4.5.0",
"ethers": "6.13.3",
"hardhat": "2.22.16",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-packagejson": "2.5.5",
"prettier-plugin-solidity": "1.4.1",
"prettier-plugin-toml": "2.0.1",
Expand Down
Loading

0 comments on commit b02e1db

Please sign in to comment.