Skip to content

Commit

Permalink
zlint: bump to 3.6.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Jan 20, 2024
1 parent 2468f28 commit 128a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlint-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# yamllint disable rule:line-length
- name: Install zlint
run: |
wget -O /tmp/zlint.tar.gz https://github.com/zmap/zlint/releases/download/v3.4.1/zlint_3.4.1_Linux_x86_64.tar.gz
wget -O /tmp/zlint.tar.gz https://github.com/zmap/zlint/releases/download/v3.6.0/zlint_3.6.0_Linux_x86_64.tar.gz
tar -C /tmp/ -zxf /tmp/zlint.tar.gz --strip-components 1
mv /tmp/zlint ${RUNNER_TOOL_CACHE}
echo "${RUNNER_TOOL_CACHE}" >> $GITHUB_PATH
Expand Down

0 comments on commit 128a291

Please sign in to comment.