Skip to content

Commit d1bf09e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-5
2 parents 3afe3a9 + 7df561c commit d1bf09e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
python-version: ["3.10", "3.11", "3.12"]
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: set up conda environment
3030
uses: mamba-org/setup-micromamba@v2
3131
with:
@@ -50,7 +50,7 @@ jobs:
5050
python -m pytest
5151
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/codecov-action@v5.4.3
53+
uses: codecov/codecov-action@v5.5.0
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.repository == 'xarray-contrib/xwrf'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-python@v5

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python-version: ["3.10"]
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: set up conda environment
2929
id: conda
3030
uses: mamba-org/setup-micromamba@v2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer

0 commit comments

Comments
 (0)