Skip to content

Commit

Permalink
Merge pull request #80 from atw1020/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4.7.0
  • Loading branch information
atw1020 committed Jul 13, 2023
2 parents 1353da8 + 2f97da6 commit 9ea90aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.7.0

- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 9ea90aa

Please sign in to comment.