Skip to content

Commit 49218c3

Browse files
committed
ci: bump github actions
1 parent 76b4097 commit 49218c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
jupyterhub-version: 4.*
4747

4848
steps:
49-
- uses: actions/checkout@v3
50-
- uses: actions/setup-python@v4
49+
- uses: actions/checkout@v4
50+
- uses: actions/setup-python@v5
5151
with:
5252
python-version: "${{ matrix.python-version }}"
53-
- uses: actions/setup-node@v3
53+
- uses: actions/setup-node@v4
5454
with:
5555
node-version: "18"
5656

0 commit comments

Comments
 (0)