Skip to content

Commit ba7b4d2

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Bump kdeldycke/workflows from 3.4.6 to 3.4.7
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] <[email protected]>
1 parent feea93a commit ba7b4d2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ name: Autofix
1717
jobs:
1818

1919
autofix:
20-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
20+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/autolock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name: Autolock
88
jobs:
99

1010
autolock:
11-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
11+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ name: Changelog & versions
2020
jobs:
2121

2222
changelog:
23-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
23+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Docs
1717
jobs:
1818

1919
docs:
20-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
20+
uses: kdeldycke/workflows/.github/workflows/[email protected].7
2121

2222
update-docs:
2323
needs: docs

.github/workflows/label-sponsors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: Label sponsors
1111
jobs:
1212

1313
label-sponsors:
14-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
14+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/labeller-content-based.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ name: Labeller (content-based)
1616
jobs:
1717

1818
labeller:
19-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
19+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/labeller-file-based.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ name: Labeller (file-based)
1313
jobs:
1414

1515
labeller:
16-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
16+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ name: Labels
1515
jobs:
1616

1717
labels:
18-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
18+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ name: Lint
1616
jobs:
1717

1818
lint:
19-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
19+
uses: kdeldycke/workflows/.github/workflows/[email protected].7

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ name: Build & release
1010
jobs:
1111

1212
release:
13-
uses: kdeldycke/workflows/.github/workflows/[email protected].6
13+
uses: kdeldycke/workflows/.github/workflows/[email protected].7
1414
secrets:
1515
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)