mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 07:16:25 -04:00
ci: Update action to fix warnings
This commit is contained in:
parent
e9daffde45
commit
36786ba570
|
|
@ -42,7 +42,7 @@ runs:
|
|||
chmod +x "${RUNNER_TEMP}/bin/shfmt"
|
||||
|
||||
- name: Download bat (test dependency)
|
||||
uses: dsaltares/fetch-gh-release-asset@1.0.0
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
if: ${{ env.ACT || inputs.test == 'true' }}
|
||||
with:
|
||||
file: "bat-v[0-9\\.]+-x86_64-unknown-linux-gnu.tar.gz"
|
||||
|
|
@ -64,7 +64,7 @@ runs:
|
|||
-exec mv {} "${RUNNER_TEMP}/bin/" \;
|
||||
|
||||
- name: Download ripgrep (test dependency)
|
||||
uses: dsaltares/fetch-gh-release-asset@1.0.0
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
if: ${{ env.ACT || inputs.test == 'true' }}
|
||||
with:
|
||||
file: "ripgrep_[0-9\\.]+_amd64.deb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue