Skip to content

Commit

Permalink
ci(deps): bump acdh-oeaw/prosnet-workflows from 0.4.5 to 0.4.6
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.5 to 0.4.6.
- [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.5...v0.4.6)

---
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 Nov 14, 2024
1 parent 8b95961 commit da4ffe0
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].5
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
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].5
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
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].5
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
with:
src: "."

0 comments on commit da4ffe0

Please sign in to comment.