Skip to content

Commit daee440

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): Bump the github-actions-dependencies group across 4 directories with 4 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/argocd-manifest-files directory: [mikefarah/yq](https://github.com/mikefarah/yq). Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/github-pages directory: [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/jampack directory: [actions/cache](https://github.com/actions/cache). Updates `mikefarah/yq` from 4.49.2 to 4.50.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@7ccaf8e...065b200) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `mikefarah/yq` from 4.49.2 to 4.50.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@7ccaf8e...065b200) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `actions/cache` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.50.1 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 - 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: mikefarah/yq dependency-version: 4.50.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-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: actions/cache dependency-version: 5.0.1 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 108449f commit daee440

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/__test-action-deploy-argocd-manifest-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
initiated-by: ci/test-user
5656

5757
- name: Assert - Check generated files are valid YAML
58-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
58+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
5959
with:
6060
cmd: |
6161
echo "Check application file"

.github/workflows/release-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
289289
- id: upload-artifact
290290
if: steps.generated-documentation.outputs.artifact-paths
291-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
291+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
292292
with:
293293
name: changed-files
294294
path: ${{ steps.generated-documentation.outputs.artifact-paths }}
@@ -305,7 +305,7 @@ jobs:
305305
with:
306306
persist-credentials: false
307307

308-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
308+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
309309
with:
310310
artifact-ids: ${{ needs.generate-documentation.outputs.artifact-id }}
311311
path: /
@@ -344,14 +344,14 @@ jobs:
344344
with:
345345
persist-credentials: false
346346

347-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
347+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
348348
if: needs.generate-documentation.outputs.artifact-id
349349
with:
350350
artifact-ids: ${{ needs.generate-documentation.outputs.artifact-id }}
351351
path: /
352352

353353
- id: upload-artifact
354-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
354+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
355355
with:
356356
name: documentation-files-${{ github.run_id }}
357357
# We upload all documentation files, including unchanged ones, to have a complete set

actions/deploy/argocd-manifest-files/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ runs:
215215
core.setOutput('cmd', yqUpdates);
216216
217217
- id: update-application-file
218-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
218+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
219219
with:
220220
cmd: |
221221
# Update ArgoCD Application manifest file
@@ -303,7 +303,7 @@ runs:
303303
fi
304304
305305
- id: update-manifest-file
306-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
306+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
307307
with:
308308
cmd: |
309309
yq -i '

actions/deploy/github-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
steps:
5151
- id: download-artifact
5252
if: ${{ inputs.build-artifact-id != '' }}
53-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
53+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5454
with:
5555
artifact-ids: ${{ inputs.build-artifact-id }}
5656
path: "/"

actions/deploy/jampack/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
shell: bash
2121
run: echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
2222

23-
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
23+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2424
id: npm-cache
2525
with:
2626
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -33,7 +33,7 @@ runs:
3333
# Install jampack globally
3434
npm install -g @divriots/jampack
3535
36-
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
36+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737
with:
3838
path: "${{ runner.temp }}/.jampack"
3939
key: ${{ runner.os }}-jampack-${{ github.run_id }}

0 commit comments

Comments
 (0)