Skip to content

Commit a8d9ca4

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 3 updates
--- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 2e233aa commit a8d9ca4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

actions/get-matrix-outputs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
ARTIFACT_PATH="/tmp/$ARTIFACT_NAME"
3434
echo "artifact-path=$ARTIFACT_PATH" >> "$GITHUB_OUTPUT"
3535
36-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
36+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3737
with:
3838
path: ${{ steps.prepare-download.outputs.artifact-path }}
3939
pattern: ${{ steps.prepare-download.outputs.artifact-name }}-*

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@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
78+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
7979
with:
8080
working-directory: ${{ github.action_path }}
8181

actions/set-matrix-output/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
core.setOutput("artifact-path", artifactPath);
4646
writeFileSync(artifactPath, `${{ inputs.value }}`);
4747
48-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
48+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4949
with:
5050
name: ${{ steps.prepare-upload.outputs.artifact-unique-name }}
5151
path: ${{ steps.prepare-upload.outputs.artifact-path }}

0 commit comments

Comments
 (0)