Skip to content

Commit

Permalink
update cfn-guard-rs to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Aug 28, 2023
1 parent 9e10018 commit 51929f9
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 147 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages-cfn_guard_rs-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.7"
python-version: "3.8"
- name: Install Tox and any other packages
run: pip3 install tox
- name: Run Tox
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.7"
python-version: "3.8"
- name: Install Tox and any other packages
run: pip3 install tox
- name: Run Tox
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.7"
python-version: "3.8"
- name: Install Tox and any other packages
run: pip3 install tox
- name: Run Tox
Expand Down
Loading

0 comments on commit 51929f9

Please sign in to comment.