mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +00:00
Bump pr-mpt/actions-commit-hash from 1 to 2 (#517)
Bumps [pr-mpt/actions-commit-hash](https://github.com/pr-mpt/actions-commit-hash) from 1 to 2. - [Release notes](https://github.com/pr-mpt/actions-commit-hash/releases) - [Commits](https://github.com/pr-mpt/actions-commit-hash/compare/v1...v2) --- 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
449d3459e6
commit
52ae4b252b
2
.github/workflows/android-build.yml
vendored
2
.github/workflows/android-build.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Get Commit Hash'
|
- name: 'Get Commit Hash'
|
||||||
id: commit
|
id: commit
|
||||||
uses: pr-mpt/actions-commit-hash@v1
|
uses: pr-mpt/actions-commit-hash@v2
|
||||||
|
|
||||||
# Create artifacts (only for Release)
|
# Create artifacts (only for Release)
|
||||||
# Create app-universal-release APK artifact asset 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
@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Get Commit Hash'
|
- name: 'Get Commit Hash'
|
||||||
id: commit
|
id: commit
|
||||||
uses: pr-mpt/actions-commit-hash@v1
|
uses: pr-mpt/actions-commit-hash@v2
|
||||||
|
|
||||||
- name: 'Set up QEMU'
|
- name: 'Set up QEMU'
|
||||||
uses: docker/setup-qemu-action@v2
|
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'
|
- name: 'Get Commit Hash'
|
||||||
id: commit
|
id: commit
|
||||||
uses: pr-mpt/actions-commit-hash@v1
|
uses: pr-mpt/actions-commit-hash@v2
|
||||||
|
|
||||||
- name: 'Save Commit Long Hash to TXT File'
|
- name: 'Save Commit Long Hash to TXT File'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user