Skip to content

Commit f9a2aba

Browse files
authored
Merge pull request #280 from vpython/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 7
2 parents 94a65ec + e34c2f0 commit f9a2aba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

.github/workflows/upload_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
- name: Set up Python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v7
5050
with:
5151
python-version: 3.11
5252
- name: Stable with rustfmt and clippy
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
fetch-depth: 0
7979
- name: Set up Python
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v7
8181
with:
8282
python-version: 3.11
8383
- name: Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v4
106106
- name: Set up Python
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v7
108108
with:
109109
python-version: '3.11'
110110
- name: Install dependencies

0 commit comments

Comments
 (0)