Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 1f00e15

Browse files
Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1
Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](dcarbone/install-yq-action@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b830e8 commit 1f00e15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: 'Setup yq'
22-
uses: dcarbone/[email protected].0
22+
uses: dcarbone/[email protected].1
2323

2424
- id: set-matrix
2525
run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: 'Setup yq'
20-
uses: dcarbone/[email protected].0
20+
uses: dcarbone/[email protected].1
2121

2222
- id: set-matrix
2323
run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: 'Setup yq'
22-
uses: dcarbone/[email protected].0
22+
uses: dcarbone/[email protected].1
2323

2424
- id: set-matrix
2525
run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)