Skip to content

Commit 8f76306

Browse files
committed
CI: Update actions/setup-python
1 parent 8c264db commit 8f76306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
ruby-version: ${{ matrix.ruby }}
7373

74-
- uses: actions/setup-python@v2
74+
- uses: actions/setup-python@v4
7575
with:
7676
python-version: ${{ matrix.python }}
7777
architecture: ${{ matrix.python_architecture }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
ruby-version: ${{ matrix.ruby }}
4444

45-
- uses: actions/setup-python@v2
45+
- uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python }}
4848
architecture: ${{ matrix.python_architecture }}

0 commit comments

Comments
 (0)