Skip to content

Commit 91d3876

Browse files
Bump actions/checkout from 3.3.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f47f03 commit 91d3876

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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
12+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1313
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
35+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3636
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
3737
with:
3838
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)