Skip to content

Commit

Permalink
bumping install-yq-version to 1.3.1 for empty version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Nov 19, 2024
1 parent 0c64dc9 commit 85696bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
mask-values: "true"

- name: Test env
# language=sh
run: |
_EXPECTED_ENVS=(
"STRING"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: 'Install yq (${{ inputs.yq-version }})'
id: install-yq
uses: dcarbone/install-yq-action@v1
uses: dcarbone/install-yq-action@v1.3.1
with:
version: '${{ inputs.yq-version }}'

Expand Down

0 comments on commit 85696bb

Please sign in to comment.