Skip to content

Commit

Permalink
github: bump the github-dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…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](shogo82148/actions-upload-release-asset@8f032ef...aac270e)

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](tauri-apps/tauri-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 63c6da8 commit c552240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: install frontend dependencies
run: npm clean-install

- uses: tauri-apps/[email protected].6
- uses: tauri-apps/[email protected].12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Will publish a release manually
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c552240

Please sign in to comment.