Skip to content

Commit 5c7f763

Browse files
Bump actions/checkout from 4 to 5 in the actions group (#139)
1 parent 83c8f30 commit 5c7f763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 5
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-python@v5
2020
- uses: pre-commit/[email protected]
2121
with:
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ["3.10"]
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
- name: Base Setup
4545
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4646
- name: Install the Python dependencies

0 commit comments

Comments
 (0)