Skip to content

Commit 2b172cb

Browse files
Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...f43a0e5) --- 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 3f9c1be commit 2b172cb

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
12+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1313
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
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
@@ -34,7 +34,7 @@ jobs:
3434
- {name: 'PyPy', python: 'pypy-3.10', os: ubuntu-latest, tox: pypy310}
3535
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
3636
steps:
37-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
37+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3838
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
3939
with:
4040
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)