Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Dec 14, 2023
2 parents 08095b3 + 3ff2f5d commit 1a7de45
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:
# We need the full repo to avoid this issue
# https://github.com/actions/checkout/issues/23
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.1
with:
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
triggered: '${{ steps.detect-trigger.outputs.trigger-found }}'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 2
- uses: xarray-contrib/[email protected]
Expand All @@ -29,11 +29,11 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.1
with:
auto-update-conda: false
channels: conda-forge
Expand All @@ -59,8 +59,8 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].0
- uses: conda-incubator/setup-miniconda@v2.2.0
- uses: actions/[email protected].1
- uses: conda-incubator/setup-miniconda@v3.0.1
with:
channels: conda-forge
miniforge-variant: Mambaforge
Expand Down Expand Up @@ -89,9 +89,9 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3.0.1
with:
auto-update-conda: false
channels: conda-forge
Expand Down Expand Up @@ -130,15 +130,15 @@ jobs:
- macos-latest
- windows-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.0.0
with:
python-version: '3.11'
- name: Set up Julia
uses: julia-actions/[email protected].2
uses: julia-actions/[email protected].4
with:
version: 1.7.1
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.0.0
with:
python-version: "3.10"

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Publish a Python distribution to PyPI
if: success() && github.event_name == 'release'
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
copybutton_remove_prompts = True

extlinks = {
"issue": ("https://github.com/observingClouds/xbitinfo/issues/%s", "GH#"),
"pr": ("https://github.com/observingClouds/xbitinfo/pull/%s", "GH#"),
"issue": ("https://github.com/observingClouds/xbitinfo/issues/%s", "GH#%s"),
"pr": ("https://github.com/observingClouds/xbitinfo/pull/%s", "GH#%s"),
}


Expand Down

0 comments on commit 1a7de45

Please sign in to comment.