From 2538d680768e17747edfb30fed9826b037f33578 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Mon, 1 Jul 2024 11:56:31 -0500 Subject: [PATCH] fix(deps): pin to known working version of install-github-release-binary This follows the advice documented here: https://github.com/actions/checkout/pull/1776 --- semantic-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-release/action.yml b/semantic-release/action.yml index 2bd1c3f..308f3a8 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -25,7 +25,7 @@ runs: fetch-depth: 0 - name: Install is-semantic-release-configured - uses: EricCrosson/install-github-release-binary@v2 + uses: EricCrosson/install-github-release-binary@v2.4.26 with: targets: EricCrosson/is-semantic-release-configured@v1