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 d1bad37 commit bb36583Copy full SHA for bb36583
.github/workflows/ci-additional.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: checkout
22
uses: actions/checkout@v3
23
- name: setup python
24
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
25
with:
26
python-version: "3.10"
27
- name: initialize cache
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
fetch-depth: 2
- - uses: keewis/ci-trigger@v1.1
+ - uses: xarray-contrib/ci-trigger@v1
id: detect-trigger
28
29
keyword: "[skip-ci]"
@@ -63,7 +63,7 @@ jobs:
63
pip-
64
65
66
67
68
python-version: ${{ matrix.python-version }}
69
0 commit comments