Skip to content

Commit 1085306

Browse files
authored
deps: Update actions/setup-python action to v4.7.1 (#858)
1 parent 28f07ae commit 1085306

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
}
4848
4949
- name: Setup Python
50-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
50+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
5151
with:
5252
python-version: "3.10"
5353

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
}
4949
5050
- name: Setup Python
51-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
51+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
5252
with:
5353
python-version: "3.10"
5454

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}
6868

6969
- name: Setup Python ${{ matrix.python-version }}
70-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
70+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

@@ -184,7 +184,7 @@ jobs:
184184
repository: ${{ github.event.pull_request.head.repo.full_name }}
185185

186186
- name: Setup Python ${{ matrix.python-version }}
187-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
187+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
188188
with:
189189
python-version: ${{ matrix.python-version }}
190190

0 commit comments

Comments
 (0)