From fde71b72e3d75fb83d6538c9eb983e4f6eb67162 Mon Sep 17 00:00:00 2001 From: Guney Can Gokoglu Date: Mon, 18 May 2026 12:24:06 +0300 Subject: [PATCH] feat: use the last version of the release --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f638b1..14e389c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,11 +14,11 @@ jobs: contents: read if: github.event.pull_request.merged steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 persist-credentials: false - id: release - uses: poltio/action-release@85f9196a86341209032ffbd779cb23ab7d8346d7 #latest + uses: poltio/action-release@d70888b07c6292712bfd5f9a51098bfbac6f6886 # v0.0.17 with: token: ${{ secrets.GH_TOKEN }}