Skip to content

Commit ad9002b

Browse files
committed
ci: Fix failing ci
1 parent 9633d5c commit ad9002b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ 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
30+
channels: conda-forge
3031

3132
- name: Checkout the repository
32-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3334

3435
- name: Install node.js ${{ matrix.node-version }}
35-
uses: actions/setup-node@v3
36+
uses: actions/setup-node@v4
3637
with:
3738
node-version: ${{ matrix.node-version }}
3839

0 commit comments

Comments
 (0)