Skip to content

Commit bb382db

Browse files
authored
Bump actions/checkout from 3.5.0 to 3.5.2 (#1195)
2 parents 6203fcb + b3832be commit bb382db

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
@@ -9,7 +9,7 @@ jobs:
99
outputs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
12-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
12+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1313
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1414
with:
1515
python-version: '3.x'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- {name: '3.7', python: '3.7', tox: py37}
3333
- {name: 'Typing', python: '3.11', os: ubuntu-latest, tox: typing}
3434
steps:
35-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
35+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3636
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
3737
with:
3838
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)