Skip to content

Commit aea55c8

Browse files
authored
Bump the github-actions group with 1 update (#1262)
Bump the github-actions group with 1 update
2 parents 69149b3 + e50c4b9 commit aea55c8

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
12+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
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
@@ -31,7 +31,7 @@ jobs:
3131
- {name: '3.8', python: '3.8', tox: py38}
3232
- {name: 'Typing', python: '3.11', tox: typing}
3333
steps:
34-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
34+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3535
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
3636
with:
3737
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)