Skip to content

Commit 7ec98f3

Browse files
Bump actions/checkout from 3 to 4 (#17)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51271bd commit 7ec98f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: "3.11"
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: Base Setup
3232
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3333
- name: Run test
@@ -37,7 +37,7 @@ jobs:
3737
name: Test Lint
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4242
- name: Run Linters
4343
run: |
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353
- name: Base Setup
5454
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5555
- name: Install Dependencies
@@ -64,7 +64,7 @@ jobs:
6464
check_links:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6969
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
7070

0 commit comments

Comments
 (0)