Skip to content

Commit 1dfc72a

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): Bump the github-actions-dependencies group across 3 directories with 3 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). 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/jampack directory: [actions/setup-node](https://github.com/actions/setup-node). Updates `mikefarah/yq` from 4.52.5 to 4.53.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@0f4fb8d...751d8ad) Updates `tj-actions/changed-files` from 47.0.5 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@22103cc...9426d40) Updates `mikefarah/yq` from 4.52.5 to 4.53.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@0f4fb8d...751d8ad) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: mikefarah/yq dependency-version: 4.53.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54a081d commit 1dfc72a

4 files changed

Lines changed: 5 additions & 5 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@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5
58+
uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2
5959
with:
6060
cmd: |
6161
echo "Check application file"

.github/workflows/release-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
- id: changed-files
175175
if: ${{ inputs.update-all == false && (steps.get-documentation-files.outputs.paths || steps.get-manifest-files.outputs.paths) }}
176-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
176+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
177177
with:
178178
files: |
179179
${{ steps.get-documentation-files.outputs.paths }}

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@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5
218+
uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2
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@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5
306+
uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2
307307
with:
308308
cmd: |
309309
yq -i '

actions/deploy/jampack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
17+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818

1919
- id: npm-cache-dir
2020
shell: bash

0 commit comments

Comments
 (0)