Skip to content

Commit c64d2e6

Browse files
chore: bump the github-actions-dependencies group across 2 directories with 3 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish), [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) and [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/parse-ci-reports directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.26.2 to 0.26.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@84d583b...b2562b4) Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.24.3 to 0.24.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@37a362e...df34807) Updates `hoverkraft-tech/ci-github-nodejs` from 0.24.3 to 0.24.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@37a362e...df34807) Updates `hoverkraft-tech/ci-github-nodejs` from 0.24.3 to 0.24.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@37a362e...df34807) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.26.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.24.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ca7ebe commit c64d2e6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
release:
3434
needs: ci
3535
if: github.event_name != 'schedule'
36-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
36+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
3737
permissions:
3838
contents: read
3939
with:

.github/workflows/__test-action-parse-ci-reports.yml

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

99
jobs:
1010
continuous-integration:
11-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
11+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@df348077afa4e79725151d50606e9dc63f86dcb6 # 0.24.4
1212
permissions:
1313
contents: read
1414
id-token: write

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
return;
240240
}
241241
}
242-
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
242+
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@df348077afa4e79725151d50606e9dc63f86dcb6 # 0.24.4
243243
if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
244244
with:
245245
working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}

actions/parse-ci-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
using: "composite"
7676
steps:
7777
- name: Setup Node.js
78-
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
78+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@df348077afa4e79725151d50606e9dc63f86dcb6 # 0.24.4
7979
with:
8080
working-directory: ${{ github.action_path }}
8181

0 commit comments

Comments
 (0)