Skip to content

Commit 3d1348d

Browse files
committed
MAINT: update action versions for ci
1 parent 2d2537c commit 3d1348d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Setup Anaconda
10-
uses: conda-incubator/setup-miniconda@v2
10+
uses: conda-incubator/setup-miniconda@v3
1111
with:
1212
auto-update-conda: true
1313
auto-activate-base: true
@@ -72,7 +72,7 @@ jobs:
7272
name: execution-reports
7373
path: _build/html/reports
7474
- name: Preview Deploy to Netlify
75-
uses: nwtgck/actions-netlify@v1.1
75+
uses: nwtgck/actions-netlify@v2
7676
with:
7777
publish-dir: '_build/html/'
7878
production-branch: main

0 commit comments

Comments
 (0)