diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index 8c403ab7f..7466d15a3 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -24,7 +24,7 @@ jobs: # EXTRACT TAG FROM PUSH - name: Get tag id: tag - uses: tj-actions/branch-names@v7.0.5 + uses: tj-actions/branch-names@v7.0.7 - name: Use tag run: echo ${{steps.tag.outputs.tag}} diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 6b87cd8e3..bf33835b1 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -22,7 +22,7 @@ jobs: # EXTRACT TAG FROM PUSH - name: Get tag id: tag - uses: tj-actions/branch-names@v7.0.5 + uses: tj-actions/branch-names@v7.0.7 - name: Use tag run: echo ${{steps.tag.outputs.tag}} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f37cdcee4..35c66e2e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.5 + uses: tj-actions/branch-names@v7.0.7 - name: Set up JDK 21 uses: actions/setup-java@v3.13.0