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