Skip to content

Commit 69efa34

Browse files
authored
Bump actions/setup-python from 4.4.0 to 4.5.0 (#1163)
2 parents 88586f2 + ab04571 commit 69efa34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
13-
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
13+
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
1414
with:
1515
python-version: '3.x'
1616
cache: 'pip'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- {name: 'Typing', python: '3.11', os: ubuntu-latest, tox: typing}
3434
steps:
3535
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
36-
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
36+
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
3737
with:
3838
python-version: ${{ matrix.python }}
3939
cache: 'pip'

0 commit comments

Comments
 (0)