Skip to content

Commit d983ef6

Browse files
Update actions/setup-python action to v6
1 parent 8fc047c commit d983ef6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
git fetch --prune --unshallow
1515
git tag -d $(git tag --points-at HEAD)
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.x"
2020
- name: Install pypa/build

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Build using Python ${{matrix.python-version}}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: ${{matrix.python-version}}
2828
cache: "pip"

.github/workflows/test_codebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v5
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
cache: "pip"

.github/workflows/test_tutorials.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v5
4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
cache: "pip"
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v5
7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282
cache: "pip"
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v5
113113
- name: Set up Python ${{ matrix.python-version }}
114-
uses: actions/setup-python@v5
114+
uses: actions/setup-python@v6
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117
cache: "pip"
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- uses: actions/checkout@v5
148148
- name: Set up Python ${{ matrix.python-version }}
149-
uses: actions/setup-python@v5
149+
uses: actions/setup-python@v6
150150
with:
151151
python-version: ${{ matrix.python-version }}
152152
cache: "pip"

0 commit comments

Comments
 (0)