Skip to content

Commit

Permalink
feat: update bash_unit to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Jul 26, 2021
1 parent 0d7df0c commit 27fe13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
curl -LO https://github.com/hadolint/hadolint/releases/download/v${{ env.HADOLINT_VERSION }}/hadolint-Linux-x86_64 && sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint && sudo chmod +x /usr/local/bin/hadolint
- name: install bash_unit
env:
BASH_UNIT_VERSION: 1.7.1
BASH_UNIT_VERSION: 1.7.2
run: |
curl -L https://github.com/pgrange/bash_unit/archive/refs/tags/v${{ env.BASH_UNIT_VERSION }}.tar.gz | tar xz --strip=1 -C /tmp/ && sudo mv /tmp/bash_unit /usr/local/bin
- name: output versions
Expand Down

0 comments on commit 27fe13e

Please sign in to comment.