Skip to content

Commit bb36583

Browse files
authored
manually update the CI (#199)
* update the repository of `ci-trigger` * manually update `setup-python` * update the version of `ci-trigger` * manually update `setup-python`
1 parent d1bad37 commit bb36583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-additional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: checkout
2222
uses: actions/checkout@v3
2323
- name: setup python
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: "3.10"
2727
- name: initialize cache

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 2
26-
- uses: keewis/ci-trigger@v1.1
26+
- uses: xarray-contrib/ci-trigger@v1
2727
id: detect-trigger
2828
with:
2929
keyword: "[skip-ci]"
@@ -63,7 +63,7 @@ jobs:
6363
pip-
6464
6565
- name: setup python
66-
uses: actions/setup-python@v3
66+
uses: actions/setup-python@v4
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969

0 commit comments

Comments
 (0)