chore(deps): pin dependencies - autoclosed #19

Closed
renovate-bot wants to merge 1 commits from renovate/pin-dependencies into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 66d5e60dbb - Show all commits
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
id: tag id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.2 uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@094c4c7b0f3ac0ac6129cfb00faea70ea6e13539 # 0.1.2
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag - name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.1 uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@b569618421849422c55d9211f68d35aad4c65734 # 0.0.1
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+2 -2
View File
@@ -13,11 +13,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
id: tag id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.2 uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@094c4c7b0f3ac0ac6129cfb00faea70ea6e13539 # 0.1.2
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: true prerelease: true
- name: Push tag - name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.1 uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@b569618421849422c55d9211f68d35aad4c65734 # 0.0.1
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}