We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9633d5c commit ad9002bCopy full SHA for ad9002b
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -23,16 +23,17 @@ jobs:
23
24
steps:
25
- name: Set up conda and install base
26
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
27
with:
28
auto-update-conda: true
29
activate-environment: test
30
+ channels: conda-forge
31
32
- name: Checkout the repository
- uses: actions/checkout@v3
33
+ uses: actions/checkout@v4
34
35
- name: Install node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
36
+ uses: actions/setup-node@v4
37
38
node-version: ${{ matrix.node-version }}
39
0 commit comments