From 8c19aff92fba40ede876455510188f52917b7e9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:50:45 +0000 Subject: [PATCH] Update pr-mpt/actions-commit-hash action to v3 --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index d216e1a..23bc0be 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - name: Get Commit Hash id: commit - uses: pr-mpt/actions-commit-hash@v2 + uses: pr-mpt/actions-commit-hash@v3 - name: Set up Java uses: actions/setup-java@v3 with: