Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
key: release-${{ matrix.target }}

- uses: taiki-e/install-action@v2
- uses: taiki-e/install-action@v2.85.5
if: matrix.cross
with:
tool: cross
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
sha256sum confai-*.tar.gz confai-*.zip > SHA256SUMS
cat SHA256SUMS

- uses: taiki-e/install-action@v2
- uses: taiki-e/install-action@v2.85.5
with:
tool: git-cliff

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
ref: main
fetch-depth: 0

- uses: taiki-e/install-action@v2
- uses: taiki-e/install-action@v2.85.5
with:
tool: git-cliff

Expand Down