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: |