Skip to content

Commit

Permalink
ci(deps): bump acdh-oeaw/prosnet-workflows from 0.3.3 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.3.3 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.3.3...v0.4.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 24aa9ca commit a57f0d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
add-to-project:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].2
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
secrets:
ADD_TO_PROJECT_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deptry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on: [push, pull_request]

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

jobs:
gitlint:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].2
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected].6
with:
comment: false
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].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/poetry-ruff.yml@v0.3.3
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-ruff.yml@v0.4.6
with:
src: "."

0 comments on commit a57f0d3

Please sign in to comment.