Skip to content

Commit 391b9b8

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) Updates `actions/setup-python` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@61a6322...65d7f2d) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1b979d commit 391b9b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
outputs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
13-
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13+
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
1414
with:
1515
python-version: '3.x'
1616
cache: 'pip'

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- {name: '3.8', python: '3.8', tox: py38}
3232
- {name: 'Typing', python: '3.11', tox: typing}
3333
steps:
34-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
35-
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
34+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
35+
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
3636
with:
3737
python-version: ${{ matrix.python }}
3838
cache: 'pip'

0 commit comments

Comments
 (0)