Skip to content

Commit

Permalink
ci(deps): bump acdh-oeaw/prosnet-workflows from 0.4.2 to 0.4.3
Browse files Browse the repository at this point in the history
Bumps [acdh-oeaw/prosnet-workflows](https://github.com/acdh-oeaw/prosnet-workflows) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/acdh-oeaw/prosnet-workflows/releases)
- [Changelog](https://github.com/acdh-oeaw/prosnet-workflows/blob/main/CHANGELOG.md)
- [Commits](acdh-oeaw/prosnet-workflows@v0.4.2...v0.4.3)

---
updated-dependencies:
- dependency-name: acdh-oeaw/prosnet-workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and b1rger committed Oct 18, 2024
1 parent cabcf6d commit 3da4fd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
deploy:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].2
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].3
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/ruff-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]

jobs:
ruff:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].2
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].3
with:
src: "."
options: "format --check"
2 changes: 1 addition & 1 deletion .github/workflows/ruff-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on: [push, pull_request]

jobs:
ruff:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].2
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].3
with:
src: "."

0 comments on commit 3da4fd6

Please sign in to comment.