From 52ae4b252bc0f009bc3c0f139ea632686f74806c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 23:54:00 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android-build.yml | 2 +- .github/workflows/client-image.yml | 2 +- .github/workflows/coordinator-image.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index c50ede56..391e8cd5 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -60,7 +60,7 @@ jobs: - name: 'Get Commit Hash' id: commit - uses: pr-mpt/actions-commit-hash@v1 + uses: pr-mpt/actions-commit-hash@v2 # Create artifacts (only for Release) # Create app-universal-release APK artifact asset for Release diff --git a/.github/workflows/client-image.yml b/.github/workflows/client-image.yml index 8b5c4b17..4aa577f6 100644 --- a/.github/workflows/client-image.yml +++ b/.github/workflows/client-image.yml @@ -78,7 +78,7 @@ jobs: - name: 'Get Commit Hash' id: commit - uses: pr-mpt/actions-commit-hash@v1 + uses: pr-mpt/actions-commit-hash@v2 - name: 'Set up QEMU' uses: docker/setup-qemu-action@v2 diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index 5a4f72d4..d93db03b 100644 --- a/.github/workflows/coordinator-image.yml +++ b/.github/workflows/coordinator-image.yml @@ -67,7 +67,7 @@ jobs: - name: 'Get Commit Hash' id: commit - uses: pr-mpt/actions-commit-hash@v1 + uses: pr-mpt/actions-commit-hash@v2 - name: 'Save Commit Long Hash to TXT File' run: |