diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 4c30501..4ff5961 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -31,7 +31,7 @@ jobs: - 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/release.yml b/.github/workflows/release.yml index a058341..d25159d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - 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}}