Skip to content

Commit

Permalink
build(deps): bump lkstrp/pypsa-validator in the github-actions group (#…
Browse files Browse the repository at this point in the history
…1413)

Bumps the github-actions group with 1 update: [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator).


Updates `lkstrp/pypsa-validator` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/lkstrp/pypsa-validator/releases)
- [Commits](lkstrp/pypsa-validator@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: lkstrp/pypsa-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 834ea7f commit 73ad46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: self-hosted
steps:
- uses: lkstrp/pypsa-validator@v0.2.3
- uses: lkstrp/pypsa-validator@v0.2.4
with:
step: run-self-hosted-validation
env_file: envs/environment.yaml
Expand All @@ -30,7 +30,7 @@ jobs:
needs: run-validation
runs-on: ubuntu-latest
steps:
- uses: lkstrp/pypsa-validator@v0.2.3
- uses: lkstrp/pypsa-validator@v0.2.4
with:
step: create-comment
snakemake_config: config/test/config.validator.yaml
Expand Down

0 comments on commit 73ad46c

Please sign in to comment.