Skip to content

Commit dcf748c

Browse files
Bump actions/checkout from 2 to 3 (#12)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a94fe35 commit dcf748c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- os: macos-latest
2727
python-version: "3.10"
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3131
- name: Run the tests
3232
run: hatch run cov:test || hatch run test:test --lf
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
timeout-minutes: 10
7575
steps:
76-
- uses: actions/checkout@v2
76+
- uses: actions/checkout@v3
7777
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
7878
- uses: jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
7979

@@ -90,7 +90,7 @@ jobs:
9090
name: pre-commit
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/checkout@v2
93+
- uses: actions/checkout@v3
9494
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9595
- uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
9696

0 commit comments

Comments
 (0)