Skip to content

Commit bdae309

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#401)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3780ba commit bdae309

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint
2626
runs-on: ubuntu-22.04
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: actions/setup-python@v4
3030
with:
3131
python-version: "3.x"
@@ -98,7 +98,7 @@ jobs:
9898
use_qemu: false
9999

100100
steps:
101-
- uses: actions/checkout@v3
101+
- uses: actions/checkout@v4
102102
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
103103
with:
104104
fetch-depth: 0 # required for versioneer to find tags
@@ -131,7 +131,7 @@ jobs:
131131
- arch: "i686"
132132

133133
steps:
134-
- uses: actions/checkout@v3
134+
- uses: actions/checkout@v4
135135
with:
136136
fetch-depth: 0 # required for versioneer to find tags
137137

@@ -152,7 +152,7 @@ jobs:
152152
needs: [lint]
153153
runs-on: ubuntu-22.04
154154
steps:
155-
- uses: actions/checkout@v3
155+
- uses: actions/checkout@v4
156156
with:
157157
fetch-depth: 0 # required for versioneer to find tags
158158

@@ -174,7 +174,7 @@ jobs:
174174
python: ["2.7", "3.6", "3.11"]
175175

176176
steps:
177-
- uses: actions/checkout@v3
177+
- uses: actions/checkout@v4
178178
- uses: actions/setup-python@v4
179179
if: matrix.python != '2.7'
180180
name: Install Python ${{ matrix.python }}

0 commit comments

Comments
 (0)