Skip to content

Commit 43b87e4

Browse files
Chore: Upgrade eth-ape and associated plugins
This commit upgrades eth-ape to v0.8.33 and the ApeWorX GitHub Action to v3.3. Key changes: - Updated `eth-ape>=0.6` to `eth-ape>=0.8.33` in `requirements.txt`. - Updated `ApeWorX/github-action@v1` to `ApeWorX/github-action@v3.3` in `.github/workflows/test.yaml`. The existing `ape-config.yaml` was reviewed and found to be compatible with the new versions. All project tests pass with these upgrades. Note that environments using these newer versions of Ape may require explicit installation of plugins like `ape-vyper` and `ape-solidity` if they were previously implicitly relied upon.
1 parent d2f591b commit 43b87e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: ApeWorX/github-action@v1
10+
- uses: ApeWorX/github-action@v3.3
1111
- run: ape compile --size
1212
- run: ape test -s --gas

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
eth-ape>=0.6
1+
eth-ape>=0.8.33
22
black
33
jsbeautifier

0 commit comments

Comments
 (0)