Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.3
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix crash when trying to create flat multiscale graphs with >= 3 levels
[\#41](https://github.com/mllam/weather-model-graphs/pull/41), @joeloskarsson

### Maintenance

- Update github CI actions, including pre-commit action to fix caching issue
that lead to tests failing
[\#48](https://github.com/mllam/weather-model-graphs/pull/48), @leifdenby

## [v0.2.0](https://github.com/mllam/weather-model-graphs/releases/tag/v0.2.0)

### Added
Expand Down
Loading