Skip to content

Commit 0b09a03

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents edb162f + 9c510ce commit 0b09a03

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.github/workflows/community-token.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
@@ -30,7 +30,7 @@ jobs:
3030
- run: npx truffle compile
3131
- run: npx truffle test
3232
- run: npx truffle run coverage
33-
- uses: codecov/codecov-action@v4
33+
- uses: codecov/codecov-action@v5
3434
with:
3535
fail_ci_if_error: true
3636
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/dao-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'

.github/workflows/liquidity-rewards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
@@ -30,7 +30,7 @@ jobs:
3030
- run: truffle compile
3131
- run: truffle test
3232
- run: truffle run coverage
33-
- uses: codecov/codecov-action@v4
33+
- uses: codecov/codecov-action@v5
3434
with:
3535
fail_ci_if_error: true
3636
token: ${{ secrets.CODECOV_TOKEN }}

dao-contracts/package-lock.json

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

dao-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@elimu-ai/dao-contracts": "^1.0.1",
99
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
1010
"@openzeppelin/contracts": "^5.4.0",
11-
"dotenv": "^17.2.1",
11+
"dotenv": "^17.2.3",
1212
"hardhat": "^2.26.2"
1313
}
1414
}

0 commit comments

Comments
 (0)