Skip to content

Commit

Permalink
Bump kdeldycke/workflows from 3.4.6 to 3.4.7
Browse files Browse the repository at this point in the history
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](kdeldycke/workflows@v3.4.6...v3.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed May 12, 2024
1 parent feea93a commit ba7b4d2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: Autofix
jobs:

autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/autolock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Autolock
jobs:

autolock:
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name: Changelog & versions
jobs:

changelog:
uses: kdeldycke/workflows/.github/workflows/changelog.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/changelog.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Docs
jobs:

docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.4.7

update-docs:
needs: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: Label sponsors
jobs:

label-sponsors:
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/labeller-content-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ name: Labeller (content-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/labeller-file-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name: Labeller (file-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: Labels
jobs:

labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ name: Lint
jobs:

lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.7
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ name: Build & release
jobs:

release:
uses: kdeldycke/workflows/.github/workflows/release.yaml@v3.4.6
uses: kdeldycke/workflows/.github/workflows/release.yaml@v3.4.7
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ba7b4d2

Please sign in to comment.