Skip to content

Commit cd8f855

Browse files
authored
release 0.0.30 version (#36)
release 0.0.30 version & Fix the github actions
1 parent 628efc5 commit cd8f855

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04, windows-2019]
11-
python: [3.8. 3.9, 3.10, 3.11, 3.12]
10+
os: [ubuntu-latest, windows-latest]
11+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4.1.1
1515
- name: Setup Python
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
python-version: ${{ matrix.python }}
1919
- name: Install Tox

cfn_policy_validator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
SPDX-License-Identifier: MIT-0
44
"""
5-
__version__ = '0.0.29'
5+
__version__ = '0.0.30'

0 commit comments

Comments
 (0)