Skip to content

Commit

Permalink
bumping install-yq-version to 1.3.1 for empty version fix (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone authored Nov 19, 2024
2 parents 0c64dc9 + 897a166 commit 3f3fc65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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
10 changes: 9 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ on:

jobs:
test:
name: Test Action
strategy:
matrix:
yq-version:
- ''
- 'v4.44.3'

name: 'Test Action (yq: ${{ matrix.yq-version }})'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,8 +32,10 @@ jobs:
with:
yaml-file: test-values.yaml
mask-values: "true"
yq-version: '${{ matrix.yq-version }}'

- 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 3f3fc65

Please sign in to comment.