Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator).


Updates `actions/upload-artifact` from 3.2.1.pre.node20 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.2.1-node20...v4.4.3)

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

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 0964057 commit db7eaca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
make test
- name: Upload artifacts
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4.4.3
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Upload artifacts
if: env.pinned == 'false'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.3
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down
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/[email protected].2
- uses: lkstrp/[email protected].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/[email protected].2
- uses: lkstrp/[email protected].4
with:
step: create-comment
snakemake_config: config/test/config.validator.yaml
Expand Down

0 comments on commit db7eaca

Please sign in to comment.