Skip to content

Commit dfe0853

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [mikefarah/yq](https://github.com/mikefarah/yq). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@dbdcce2...ed864a8) Updates `hoverkraft-tech/ci-github-nodejs` from 0.19.0 to 0.20.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@ce2bb82...ce2467e) Updates `mikefarah/yq` from 4.49.1 to 4.49.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@45be35c...7ccaf8e) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: mikefarah/yq dependency-version: 4.49.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e8f325 commit dfe0853

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
release:
8484
needs: ci
8585
if: github.event_name != 'schedule'
86-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@dbdcce2870b33525ac1fa26069bf95b2dd586fda # 0.15.2
86+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ed864a88ec8610dc2a1b9aab1dbde2864bf75df4 # 0.16.0
8787
permissions:
8888
contents: read
8989
with:

actions/helm/generate-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ runs:
142142
working-directory: ${{ steps.prepare-variables.outputs.working-directory }}
143143

144144
- name: Setup Node.js
145-
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
145+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
146146
with:
147147
working-directory: ${{ github.action_path }}
148148

actions/helm/release-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runs:
175175
176176
core.setOutput('yq-command', yqCommands.join('\n'));
177177
178-
- uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
178+
- uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
179179
with:
180180
cmd: |
181181
${{ steps.chart-values-updates.outputs.yq-command }}

actions/helm/test-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
echo "path=ct.yaml" >> "$GITHUB_OUTPUT"
101101
fi
102102
103-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
103+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
104104

105105
- name: Set up chart-testing
106106
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0

0 commit comments

Comments
 (0)