From c5ebb66f7248b6770d43d7f18b188d5cfa737534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:24:19 +0200 Subject: [PATCH] Bump lkstrp/pypsa-validator in the github-actions group (#1329) Bumps the github-actions group with 1 update: [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator). Updates `lkstrp/pypsa-validator` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/lkstrp/pypsa-validator/releases) - [Commits](https://github.com/lkstrp/pypsa-validator/compare/v0.2.1...v0.2.2) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index eb657c33..d9802d2f 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -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.1 + - uses: lkstrp/pypsa-validator@v0.2.2 with: step: run-self-hosted-validation env_file: envs/environment.yaml @@ -30,7 +30,7 @@ jobs: needs: run-validation runs-on: ubuntu-latest steps: - - uses: lkstrp/pypsa-validator@v0.2.1 + - uses: lkstrp/pypsa-validator@v0.2.2 with: step: create-comment snakemake_config: config/test/config.validator.yaml