Skip to content

Commit 9b6ea67

Browse files
Bump actions/checkout from 3 to 4 (#1077)
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 1c25f2f commit 9b6ea67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python }}
@@ -40,7 +40,7 @@ jobs:
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: actions/setup-python@v4
4545
with:
4646
python-version: "3.11"
@@ -72,7 +72,7 @@ jobs:
7272
fail-fast: false
7373

7474
steps:
75-
- uses: actions/checkout@v3
75+
- uses: actions/checkout@v4
7676
with:
7777
fetch-depth: 0
7878

@@ -97,7 +97,7 @@ jobs:
9797
name: Make SDist
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: actions/checkout@v3
100+
- uses: actions/checkout@v4
101101
with:
102102
fetch-depth: 0
103103
- name: Build SDist

0 commit comments

Comments
 (0)