Skip to content

Commit

Permalink
CI: Update actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Aug 25, 2023
1 parent 8c264db commit 8f76306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_architecture }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_architecture }}
Expand Down

0 comments on commit 8f76306

Please sign in to comment.