Skip to content

Commit 31d6a50

Browse files
authored
Merge pull request #120 from python-virtualenvwrapper/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 89b69bf + cd3bc56 commit 31d6a50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.x'
2424
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Set up Python ${{ matrix.python-version }}
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.11"
5959

@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Set up Python ${{ matrix.python-version }}
88-
uses: actions/setup-python@v5
88+
uses: actions/setup-python@v6
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191

@@ -114,7 +114,7 @@ jobs:
114114
fetch-depth: 0
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: "3.11"
120120

@@ -138,7 +138,7 @@ jobs:
138138
fetch-depth: 0
139139

140140
- name: Set up Python
141-
uses: actions/setup-python@v5
141+
uses: actions/setup-python@v6
142142
with:
143143
# Pin this to the same version used on in .readthedocs.yaml
144144
python-version: "3.11"

0 commit comments

Comments
 (0)