Skip to content

Commit 23cbaa5

Browse files
committed
Update setup-python action to v6 in CI workflows for Linux and MacOS
1 parent 913ef85 commit 23cbaa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v3
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install dependencies

.github/workflows/python-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v3
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install dependencies

0 commit comments

Comments
 (0)