diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 40b966329..e3e1898ce 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -91,7 +91,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} - name: Install git-cliff and typos - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77.6 with: tool: git-cliff,typos diff --git a/.github/workflows/release-core.yml b/.github/workflows/release-core.yml index 41b14068c..9ca491389 100644 --- a/.github/workflows/release-core.yml +++ b/.github/workflows/release-core.yml @@ -87,7 +87,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} - name: Install git-cliff and typos - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77.6 with: tool: git-cliff,typos diff --git a/.github/workflows/release-ffi.yml b/.github/workflows/release-ffi.yml index 4b5262cf7..30cb5567e 100644 --- a/.github/workflows/release-ffi.yml +++ b/.github/workflows/release-ffi.yml @@ -92,7 +92,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} - name: Install git-cliff and typos - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77.6 with: tool: git-cliff,typos