Skip to content

Commit b162988

Browse files
Bump actions/setup-python from 4.6.1 to 4.7.0 (#520)
1 parent 53887bc commit b162988

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0 # checkout all history, needed for hatch versioning
2929

3030
- name: Setup python
31-
uses: actions/setup-python@v4.6.1
31+
uses: actions/setup-python@v4.7.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

@@ -126,7 +126,7 @@ jobs:
126126
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9]
127127
steps:
128128
- name: Setup python ${{ matrix.python-version }}
129-
uses: actions/setup-python@v4.6.1
129+
uses: actions/setup-python@v4.7.0
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132

@@ -176,7 +176,7 @@ jobs:
176176
ref: ${{ github.event.pull_request.head.sha }} # Checkout pull request HEAD commit instead of merge commit
177177

178178
- name: Setup python
179-
uses: actions/setup-python@v4.6.1
179+
uses: actions/setup-python@v4.7.0
180180
with:
181181
python-version: 3.11
182182

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Now checkout the git ref on which we're working
3232
- uses: actions/checkout@v3.3.0
3333

34-
- uses: actions/setup-python@v4.6.1
34+
- uses: actions/setup-python@v4.7.0
3535
with:
3636
python-version: 3.11
3737

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
gitlint_version: ${{ steps.set_version.outputs.gitlint_version }}
5757
steps:
5858
- name: Setup python
59-
uses: actions/setup-python@v4.6.1
59+
uses: actions/setup-python@v4.7.0
6060
with:
6161
python-version: "3.11"
6262

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
4242
steps:
4343
- name: Setup python
44-
uses: actions/setup-python@v4.6.1
44+
uses: actions/setup-python@v4.7.0
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747

0 commit comments

Comments
 (0)