diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-04 10:43:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 10:43:08 +0000 |
commit | 915f7f41c062fb768d650a427888ae96428a36b8 (patch) | |
tree | 4d288f85b4a75b38f818278914b00700f466fed9 /.github/workflows/publish-firefox.yml | |
parent | 0360e0a77e4616cdee549718f361fb5a95d02119 (diff) | |
parent | ba55e033dc38537c81fbd0478228fd1fe5332ee6 (diff) |
Merge pull request #152 from themoeway/dependabot/github_actions/robinraju/release-downloader-1.8
Diffstat (limited to '.github/workflows/publish-firefox.yml')
-rw-r--r-- | .github/workflows/publish-firefox.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-firefox.yml b/.github/workflows/publish-firefox.yml index 1dd6d260..272593c1 100644 --- a/.github/workflows/publish-firefox.yml +++ b/.github/workflows/publish-firefox.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest environment: cd steps: - - uses: robinraju/release-downloader@768b85c8d69164800db5fc00337ab917daf3ce68 # pin@v1.7 + - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 with: tag: ${{ github.ref_name }} fileName: "*" |