Skip to content

Commit 0f233ab

Browse files
Bump actions/checkout from 3.5.3 to 3.6.0 (#1248)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f3bf94 commit 0f233ab

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
@@ -32,7 +32,7 @@ jobs:
3232
- {name: '3.7', python: '3.7', tox: py37}
3333
- {name: 'Typing', python: '3.11', tox: typing}
3434
steps:
35-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
35+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3636
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
3737
with:
3838
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)