From 7e76fd0b3f93d0118280c14368b72a50e5cd7097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:14:11 +0000 Subject: [PATCH] build(deps): bump shogo82148/actions-upload-release-asset Bumps [shogo82148/actions-upload-release-asset](https://github.com/shogo82148/actions-upload-release-asset) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/shogo82148/actions-upload-release-asset/releases) - [Commits](https://github.com/shogo82148/actions-upload-release-asset/compare/aac270e08f6b4547ada0b3800f88e1eb3ce9d400...8482bd769644976d847e96fb4b9354228885e7b4) --- updated-dependencies: - dependency-name: shogo82148/actions-upload-release-asset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/emscripten.yml | 2 +- .github/workflows/mingw.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index b6a1c68ad..4173c5cd1 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -60,7 +60,7 @@ jobs: - name: Upload the assets to the snapshot release # only upload to snapshot page if it is a push to master in the main repo if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository =='liblouis/liblouis'}} - uses: shogo82148/actions-upload-release-asset@aac270e08f6b4547ada0b3800f88e1eb3ce9d400 # v1.7.7 + uses: shogo82148/actions-upload-release-asset@8482bd769644976d847e96fb4b9354228885e7b4 # v1.7.8 with: github_token: ${{ secrets.GITHUB_TOKEN }} upload_url: https://uploads.github.com/repos/liblouis/liblouis/releases/8031256/assets{?name,label} diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index dd573ba75..d975294b0 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -73,7 +73,7 @@ jobs: - name: Upload the assets to the snapshot release # only upload to snapshot page if it is a push to master in the main repo if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository =='liblouis/liblouis'}} - uses: shogo82148/actions-upload-release-asset@aac270e08f6b4547ada0b3800f88e1eb3ce9d400 # v1.7.7 + uses: shogo82148/actions-upload-release-asset@8482bd769644976d847e96fb4b9354228885e7b4 # v1.7.8 with: github_token: ${{ secrets.GITHUB_TOKEN }} upload_url: https://uploads.github.com/repos/liblouis/liblouis/releases/8031256/assets{?name,label} @@ -162,7 +162,7 @@ jobs: # - name: Upload the assets to the snapshot release # # only upload to snapshot page if it is a push to master in the main repo # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository =='liblouis/liblouis'}} - # uses: shogo82148/actions-upload-release-asset@aac270e08f6b4547ada0b3800f88e1eb3ce9d400 # v1.7.7 + # uses: shogo82148/actions-upload-release-asset@8482bd769644976d847e96fb4b9354228885e7b4 # v1.7.8 # with: # github_token: ${{ secrets.GITHUB_TOKEN }} # upload_url: https://uploads.github.com/repos/liblouis/liblouis/releases/8031256/assets{?name,label}