Skip to content

Commit f272b6d

Browse files
authored
Bump actions/setup-python from 4.6.1 to 4.7.0 (#1876)
2 parents 2a2bfb7 + f575dc7 commit f272b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
1212
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
13-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
13+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
1414
with:
1515
python-version: '3.x'
1616
cache: 'pip'

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
3737
steps:
3838
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
39-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
39+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
4040
with:
4141
python-version: ${{ matrix.python }}
4242
cache: 'pip'

0 commit comments

Comments
 (0)