From 135e130eff9e35174658cddfed68f4b732a11e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:07:49 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator). Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) Updates `lkstrp/pypsa-validator` from 0.2.4 to 0.2.5 - [Release notes](https://github.com/lkstrp/pypsa-validator/releases) - [Commits](https://github.com/lkstrp/pypsa-validator/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: lkstrp/pypsa-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/push-images.yaml | 2 +- .github/workflows/validate.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-images.yaml b/.github/workflows/push-images.yaml index cd2ed4171..782064fcc 100644 --- a/.github/workflows/push-images.yaml +++ b/.github/workflows/push-images.yaml @@ -26,7 +26,7 @@ jobs: echo "hash_last_changed=$hash_last_changed" >> $GITHUB_ENV - name: 'Login to GitHub Container Registry' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 0c4cfc04a..09a3793e1 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository runs-on: self-hosted steps: - - uses: lkstrp/pypsa-validator@v0.2.4 + - uses: lkstrp/pypsa-validator@v0.2.5 with: step: run-self-hosted-validation env_file: envs/environment.yaml @@ -29,7 +29,7 @@ jobs: needs: run-validation runs-on: ubuntu-latest steps: - - uses: lkstrp/pypsa-validator@v0.2.4 + - uses: lkstrp/pypsa-validator@v0.2.5 with: step: create-comment snakemake_config: config/test/config.validator.yaml