Skip to content

Commit 717bc11

Browse files
authored
Merge pull request #139 from ASFHyP3/update-actions-to-v0.21.0
Update ASFHyP3/actions version to v0.21.0
2 parents 2db825a + f64f5ac commit 717bc11

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ on:
1313

1414
jobs:
1515
call-changelog-check-workflow:
16-
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.20.0
16+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.21.0
1717
permissions:
1818
contents: read

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-create-jira-issue-workflow:
9-
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.20.0
9+
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.21.0
1010
permissions:
1111
issues: write
1212
secrets:

.github/workflows/labeled-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212

1313
jobs:
1414
call-labeled-pr-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.20.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.21.0
1616
permissions:
1717
pull-requests: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.20.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.21.0
1111
permissions: {}
1212
with:
1313
release_prefix: HyP3 Cookiecutter

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ on: push
44

55
jobs:
66
call-secrets-analysis-workflow:
7-
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.20.0
7+
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.21.0
88
permissions:
99
contents: read

.github/workflows/tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-bump-version-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.20.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.21.0
1111
permissions: {}
1212
secrets:
1313
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}

{{cookiecutter.__project_name}}/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
call-version-info-workflow:
1616
# Docs: https://github.com/ASFHyP3/actions
17-
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.20.0
17+
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.21.0
1818
permissions:
1919
contents: read
2020
with:
@@ -23,7 +23,7 @@ jobs:
2323
call-docker-ghcr-workflow:
2424
needs: call-version-info-workflow
2525
# Docs: https://github.com/ASFHyP3/actions
26-
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.20.0
26+
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.21.0
2727
permissions:
2828
contents: read
2929
packages: write

{{cookiecutter.__project_name}}/.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
call-changelog-check-workflow:
1616
# Docs: https://github.com/ASFHyP3/actions
17-
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.20.0
17+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.21.0
1818
permissions:
1919
contents: read

{{cookiecutter.__project_name}}/.github/workflows/labeled-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ on:
1313
jobs:
1414
call-labeled-pr-check-workflow:
1515
# Docs: https://github.com/ASFHyP3/actions
16-
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.20.0
16+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.21.0
1717
permissions:
1818
pull-requests: read

{{cookiecutter.__project_name}}/.github/workflows/release-checklist-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
call-release-checklist-workflow:
1212
# Docs: https://github.com/ASFHyP3/actions
13-
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.20.0
13+
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.21.0
1414
permissions:
1515
pull-requests: write
1616
secrets:

0 commit comments

Comments
 (0)