Skip to content

Commit

Permalink
chore: ape bumps 2
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 9, 2025
1 parent d4727be commit 728c927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
'default_with_version_config',
'default_without_version_in_config',
'tokens',
'tokens==0.8.0'
'tokens==0.8.3'
]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
if [[ "${{ matrix.plugins }}" == "default_without_version_in_config" ]]; then
# Remove the version so it defaults to `. -U`.
awk '!/version: 0.8.0/' "ape-config.yaml" > "ape-config.tmp" && mv "ape-config.tmp" "ape-config.yaml"
awk '!/version: 0.8.4/' "ape-config.yaml" > "ape-config.tmp" && mv "ape-config.tmp" "ape-config.yaml"
fi
- name: Run ape action
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ steps:
- uses: ApeWorX/github-action@v3
with:
python-version: '3.10' # (optional)
ape-version-pin: '>=0.8.10' # (optional)
ape-plugins-list: 'solidity vyper==0.8.4' # (optional)
ape-version-pin: '>=0.8.24' # (optional)
ape-plugins-list: 'solidity vyper==0.8.8' # (optional)
- run: ape test -s
```
Expand Down
2 changes: 1 addition & 1 deletion ape-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file exists only as a test for the action.
plugins:
- name: tokens
version: 0.8.0
version: 0.8.4

0 comments on commit 728c927

Please sign in to comment.