mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-11 06:05:13 +01:00
Bump AnimMouse/setup-rclone from 1.8.1 to 1.8.2
Bumps [AnimMouse/setup-rclone](https://github.com/animmouse/setup-rclone) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/animmouse/setup-rclone/releases) - [Commits](https://github.com/animmouse/setup-rclone/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: AnimMouse/setup-rclone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
70154b965b
commit
4adb38413d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -187,7 +187,7 @@ jobs:
|
|||||||
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
||||||
|
|
||||||
- name: Setup rclone 🎚️
|
- name: Setup rclone 🎚️
|
||||||
uses: AnimMouse/setup-rclone@v1.8.1
|
uses: AnimMouse/setup-rclone@v1.8.2
|
||||||
with:
|
with:
|
||||||
rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
||||||
|
|
||||||
|
2
.github/workflows/buildarm64.yml
vendored
2
.github/workflows/buildarm64.yml
vendored
@ -177,7 +177,7 @@ jobs:
|
|||||||
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
||||||
|
|
||||||
- name: Setup rclone 🎚️
|
- name: Setup rclone 🎚️
|
||||||
uses: AnimMouse/setup-rclone@v1.8.1
|
uses: AnimMouse/setup-rclone@v1.8.2
|
||||||
with:
|
with:
|
||||||
rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user