Skip to content

Commit 0332d4a

Browse files
authored
Merge pull request #84 from python-virtualenvwrapper/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents e171b33 + 1f329ee commit 0332d4a

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@v4
21+
uses: actions/setup-python@v5
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
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: "3.11"
5858

@@ -83,7 +83,7 @@ jobs:
8383
fetch-depth: 0
8484

8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989

@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0
113113

114114
- name: Set up Python
115-
uses: actions/setup-python@v4
115+
uses: actions/setup-python@v5
116116
with:
117117
python-version: "3.11"
118118

@@ -136,7 +136,7 @@ jobs:
136136
fetch-depth: 0
137137

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

0 commit comments

Comments
 (0)