Skip to content

Commit 66c8d3f

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/prune-pull-requests-image-tags directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) Updates `hoverkraft-tech/ci-github-common` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.1...0.17.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47fc400 commit 66c8d3f

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.github/workflows/__need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
main:
26-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1
26+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0
2727
with:
2828
manual-commit-ref: ${{ inputs.manual-commit-ref }}
2929
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
linter:
19-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1
19+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0
2020
with:
2121
# FIXME: re-enable the following checks
2222
linter-env: |

.github/workflows/__stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ permissions:
1111

1212
jobs:
1313
main:
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- id: get-issue-number
179179
if: ${{ github.event_name == 'pull_request' }}
180-
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.16.1
180+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.17.0
181181

182182
- name: Delete test packages
183183
uses: actions/[email protected]

.github/workflows/docker-build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312

313313
# FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
314314
# https://github.com/orgs/community/discussions/26639
315-
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.16.1
315+
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.17.0
316316
with:
317317
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
318318
value: ${{ steps.build.outputs.built-image }}
@@ -338,7 +338,7 @@ jobs:
338338
built-images: ${{ steps.built-images.outputs.built-images }}
339339
steps:
340340
- id: get-matrix-outputs
341-
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.16.1
341+
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.17.0
342342
with:
343343
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
344344

actions/docker/build-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
rm -fr ./self-actions
123123
124124
- id: slugify-platform
125-
uses: hoverkraft-tech/ci-github-common/actions/slugify@0.16.1
125+
uses: hoverkraft-tech/ci-github-common/actions/slugify@0.17.0
126126
with:
127127
value: ${{ inputs.platform }}
128128

@@ -188,7 +188,7 @@ runs:
188188
pull-request-cache: true
189189
cache-type: gha
190190

191-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1
191+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
192192
with:
193193
lfs: true
194194

actions/docker/get-image-metadata/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ runs:
6060
6161
- id: get-issue-number
6262
if: inputs.tag == '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_review' || github.event_name == 'issue_comment')
63-
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.16.1
63+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.17.0
6464

65-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1
65+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
6666

6767
- id: define-metadata-inputs
6868
uses: actions/[email protected]

actions/docker/prune-pull-requests-image-tags/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
rm -fr ./self-actions
4343
4444
- id: is-organization-or-user
45-
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@0.16.1
45+
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@0.17.0
4646

4747
- id: delete-image-tags
4848
uses: actions/[email protected]

actions/helm/release-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ outputs:
6161
runs:
6262
using: "composite"
6363
steps:
64-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1
64+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
6565

6666
- id: chart-values-updates
6767
uses: actions/[email protected]

actions/helm/test-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ inputs:
4545
runs:
4646
using: "composite"
4747
steps:
48-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1
48+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
4949
with:
5050
fetch-depth: 0
5151

0 commit comments

Comments
 (0)