Skip to content

Commit

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

---
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 koeaw committed Jan 20, 2025
1 parent 263e22c commit 19c357b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

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

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

jobs:
djlint-formatter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].7
with:
src: "."
options: "--lint"
2 changes: 1 addition & 1 deletion .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
gitlint:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].7
with:
basebranch: ${{ github.event.repository.default_branch }}
2 changes: 1 addition & 1 deletion .github/workflows/ruff-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
ruff-formatter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].7
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 @@ -10,7 +10,7 @@ on:

jobs:
ruff-linter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].7
with:
src: "."
options: "check"

0 comments on commit 19c357b

Please sign in to comment.