From b75d46489a76cac138cbb577adf52c1c696ae8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:04:58 +0000 Subject: [PATCH] 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] 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 8142aca1..a5cac979 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -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 diff --git a/.github/workflows/client-image.yml b/.github/workflows/client-image.yml index e093d811..99ce237e 100644 --- a/.github/workflows/client-image.yml +++ b/.github/workflows/client-image.yml @@ -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 diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index b8373abe..ffb812f4 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@v2 + uses: pr-mpt/actions-commit-hash@v3 - name: 'Save Commit Long Hash to TXT File' run: |