Skip to content

Commit 1efd6f3

Browse files
authored
Bump actions/checkout from 3.5.3 to 3.6.0 (#2778)
2 parents 3f9c1be + 2b172cb commit 1efd6f3

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)