From c5522403bb94f8d7b4894f74ef4c58dcb971d879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:06:20 +0000 Subject: [PATCH] github: bump the github-dependencies group across 1 directory with 2 updates Bumps the github-dependencies group with 2 updates in the / directory: [shogo82148/actions-upload-release-asset](https://github.com/shogo82148/actions-upload-release-asset) and [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action). Updates `shogo82148/actions-upload-release-asset` from 1.7.5 to 1.7.7 - [Release notes](https://github.com/shogo82148/actions-upload-release-asset/releases) - [Commits](https://github.com/shogo82148/actions-upload-release-asset/compare/8f032eff0255912cc9c8455797fd6d72f25c7ab7...aac270e08f6b4547ada0b3800f88e1eb3ce9d400) Updates `tauri-apps/tauri-action` from 0.5.6 to 0.5.12 - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.6...v0.5.12) --- updated-dependencies: - dependency-name: shogo82148/actions-upload-release-asset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: tauri-apps/tauri-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1633175..24794a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: echo "ASSET=$name.tar.gz" >> $GITHUB_ENV fi - name: Upload release archive - uses: shogo82148/actions-upload-release-asset@8f032eff0255912cc9c8455797fd6d72f25c7ab7 # v1.7.5 + uses: shogo82148/actions-upload-release-asset@aac270e08f6b4547ada0b3800f88e1eb3ce9d400 # v1.7.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -109,7 +109,7 @@ jobs: - name: install frontend dependencies run: npm clean-install - - uses: tauri-apps/tauri-action@v0.5.6 + - uses: tauri-apps/tauri-action@v0.5.12 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Will publish a release manually @@ -138,7 +138,7 @@ jobs: cd ../.. ls - name: Upload release archive - uses: shogo82148/actions-upload-release-asset@8f032eff0255912cc9c8455797fd6d72f25c7ab7 # v1.7.5 + uses: shogo82148/actions-upload-release-asset@aac270e08f6b4547ada0b3800f88e1eb3ce9d400 # v1.7.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: