Skip to content

Commit 18d2b06

Browse files
renovate[bot]acenolaza
authored andcommitted
Update other major updates
1 parent 741a2a9 commit 18d2b06

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Clone @api3/data-feed-proxy-combinators
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Check Markdown links
1212
uses: umbrelladocs/action-linkspector@v1
1313
with:

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Clone @api3/data-feed-proxy-combinators
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Set up pnpm
1919
uses: pnpm/action-setup@v3
2020

2121
- name: Set up Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: '20.17.0'
2525
cache: 'pnpm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"hardhat-deploy": "^1.0.4",
6060
"prettier": "^3.6.2",
6161
"prettier-plugin-solidity": "^2.1.0",
62-
"solhint": "^5.2.0",
62+
"solhint": "^6.0.1",
6363
"solidity-coverage": "^0.8.16",
6464
"ts-node": "^10.9.2",
6565
"typechain": "^8.3.2",

pnpm-lock.yaml

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)