Skip to content

Commit 835bfda

Browse files
authored
Merge pull request #628 from dbekaert/dependabot/github_actions/ASFHyP3/actions-0.11.0
Bump ASFHyP3/actions from 0.9.0 to 0.11.0
2 parents 92f9102 + e68ea17 commit 835bfda

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212

1313
jobs:
1414
call-version-info-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.9.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.11.0
1616
with:
1717
python_version: '3.10'
1818

1919
call-docker-ghcr-workflow:
2020
needs: call-version-info-workflow
21-
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.9.0
21+
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.11.0
2222
with:
2323
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
2424
release_branch: main

.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.9.0
16+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.11.0
1717
secrets:
1818
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/labeled-pr.yml

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

1313
jobs:
1414
call-labeled-pr-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.9.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.11.0

.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.9.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.11.0
1111
with:
1212
release_prefix: RAiDER
1313
develop_branch: dev

.github/workflows/tag.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.9.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.11.0
1111
with:
1212
user: dbekaert
1313
email: bekaertdavid@gmail.com

0 commit comments

Comments
 (0)