diff --git a/.github/workflows/branch_no_prefix.yaml b/.github/workflows/branch_no_prefix.yaml index 0005429..0ecfd1e 100644 --- a/.github/workflows/branch_no_prefix.yaml +++ b/.github/workflows/branch_no_prefix.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 2 - name: Bump version and push tag - uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1 + uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03 # uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token diff --git a/.github/workflows/branch_with_v.yaml b/.github/workflows/branch_with_v.yaml index ea30abf..1e85d2f 100644 --- a/.github/workflows/branch_with_v.yaml +++ b/.github/workflows/branch_with_v.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 2 - name: Bump version and push tag - uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1 + uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03 # uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index 97fe66f..54e3052 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -71,7 +71,7 @@ jobs: echo "Tag to create ${{ steps.tag-name.outputs.tag-name }} " >> ${GITHUB_STEP_SUMMARY} - name: Bump version and push tag - uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1 + uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03 # uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token