Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kdeldycke/workflows from 4.3.4 to 4.4.0 #1338

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
readme.md

autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v4.4.0
# Depends on the previous job so that the Markdown syntax auto-fixer can have an effect on auto-updated content.
needs: update-readme
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@v4.3.4
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v4.4.0
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@v4.3.4
uses: kdeldycke/workflows/.github/workflows/changelog.yaml@v4.4.0
2 changes: 1 addition & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Debug
jobs:

debug:
uses: kdeldycke/workflows/.github/workflows/debug.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/debug.yaml@v4.4.0

click-color-context:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: Docs
jobs:

docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v4.4.0
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@v4.3.4
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.4.0
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,7 +16,7 @@ name: Labeller (content-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.4.0
with:
extra-rules: |
"🔌 bar-plugin":
Expand Down
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,7 +13,7 @@ name: Labeller (file-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.4.0
with:
extra-rules: |
"🔌 bar-plugin":
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
.github/labels-extra.json

labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v4.4.0
needs: generate-labels
with:
extra-label-files: |
Expand Down
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@v4.3.4
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v4.4.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Build & release
jobs:

release:
uses: kdeldycke/workflows/.github/workflows/release.yaml@v4.3.4
uses: kdeldycke/workflows/.github/workflows/release.yaml@v4.4.0
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

Expand Down
Loading