mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Bump pr-mpt/actions-commit-hash from 2 to 3 (#844)
Bumps [pr-mpt/actions-commit-hash](https://github.com/pr-mpt/actions-commit-hash) from 2 to 3. - [Release notes](https://github.com/pr-mpt/actions-commit-hash/releases) - [Commits](https://github.com/pr-mpt/actions-commit-hash/compare/v2...v3) --- updated-dependencies: - dependency-name: pr-mpt/actions-commit-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1062f650c2
commit
b75d46489a
2
.github/workflows/android-build.yml
vendored
2
.github/workflows/android-build.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: 'Get Commit Hash'
|
||||
id: commit
|
||||
uses: pr-mpt/actions-commit-hash@v2
|
||||
uses: pr-mpt/actions-commit-hash@v3
|
||||
|
||||
# Create artifacts (only for Release)
|
||||
# Create app-universal-release APK artifact asset for Release
|
||||
|
2
.github/workflows/client-image.yml
vendored
2
.github/workflows/client-image.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: 'Get Commit Hash'
|
||||
id: commit
|
||||
uses: pr-mpt/actions-commit-hash@v2
|
||||
uses: pr-mpt/actions-commit-hash@v3
|
||||
|
||||
- name: 'Set up QEMU'
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
2
.github/workflows/coordinator-image.yml
vendored
2
.github/workflows/coordinator-image.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: 'Get Commit Hash'
|
||||
id: commit
|
||||
uses: pr-mpt/actions-commit-hash@v2
|
||||
uses: pr-mpt/actions-commit-hash@v3
|
||||
|
||||
- name: 'Save Commit Long Hash to TXT File'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user