Skip to content

Commit 60d9bce

Browse files
committed
Update actions in CI workflow
1 parent be5d7af commit 60d9bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ipywidgets-bokeh-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323

2424
steps:
2525
- name: Set up conda and install base
26-
uses: conda-incubator/setup-miniconda@v2
26+
uses: conda-incubator/setup-miniconda@v3
2727
with:
2828
auto-update-conda: true
2929
activate-environment: test
3030

3131
- name: Checkout the repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Install node.js ${{ matrix.node-version }}
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838

0 commit comments

Comments
 (0)