Skip to content

Commit 5788f2d

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2 (#269)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35239e5 commit 5788f2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Builds and publishes releases to PyPI
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.5.0
12+
- uses: actions/checkout@v3.5.2
1313
- name: Set up Python 3.10
1414
uses: actions/setup-python@v4.5.0
1515
with:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out code from GitHub
19-
uses: actions/checkout@v3.5.0
19+
uses: actions/checkout@v3.5.2
2020
- name: Set up Python
2121
uses: actions/setup-python@v4.5.0
2222
with:
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out code from GitHub
53-
uses: actions/checkout@v3.5.0
53+
uses: actions/checkout@v3.5.2
5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v4.5.0
5656
with:

0 commit comments

Comments
 (0)