Skip to content

Commit c89ee70

Browse files
authored
Merge branch 'main' into rajeeja/zonal-mean-analytic-band
2 parents e9289c9 + e7ce266 commit c89ee70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/asv-benchmarking-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Post or update result comment
6767
id: comment
68-
uses: actions/github-script@v7
68+
uses: actions/github-script@v8
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
script: |

.github/workflows/pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Set up Python
13-
uses: actions/setup-python@v5.6.0
13+
uses: actions/setup-python@v6.0.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v5
3636
- name: Set up Python
37-
uses: actions/setup-python@v5.6.0
37+
uses: actions/setup-python@v6.0.0
3838
with:
3939
python-version: '3.x'
4040
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
python -m twine check dist/*
5151
5252
- name: Publish package to PyPI
53-
uses: pypa/gh-action-pypi-publish@v1.12.4
53+
uses: pypa/gh-action-pypi-publish@v1.13.0
5454
with:
5555
skip-existing: true
5656
verbose: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.12.11
17+
rev: v0.12.12
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff

0 commit comments

Comments
 (0)