ci: Update action to fix warnings

This commit is contained in:
Ethan P 2023-03-20 23:00:52 -07:00
parent e9daffde45
commit 36786ba570
No known key found for this signature in database
GPG Key ID: A15E33AC0325A3F5

View File

@ -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"