Skip to content

Commit

Permalink
Merge pull request #206 from DontShaveTheYak/develop
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
shadycuz committed Jul 29, 2023
2 parents c46872d + 8275dcb commit 28c3898
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Setup Python 3.9
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.9'
architecture: x64
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Setup Python 3.9
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.9'
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Setup Latest Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: 3.9
architecture: x64
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 28c3898

Please sign in to comment.