From c93a01c7c05f7fac4bb17bd7139f399cca94e0e3 Mon Sep 17 00:00:00 2001 From: Julien Poissonnier Date: Fri, 10 May 2024 15:44:35 +0200 Subject: [PATCH] Update action-install-gh-release@v1.11.0 This fixes a bug when running on non x64 architecture that prevents installing the binaries https://github.com/jaxxstorm/action-install-gh-release/commit/410ab39896b55ae0084c2b3921e25665356169b6 --- .github/workflows/ci.yml | 2 +- .github/workflows/cron.yml | 2 +- .github/workflows/performance_metrics_cron.yml | 2 +- .github/workflows/run-templates-command.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 331e624e..e6eb583a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: with: install_components: gke-gcloud-auth-plugin - name: Install gotestfmt - uses: jaxxstorm/action-install-gh-release@v1.9.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: gotesttools/gotestfmt - name: Get dependencies diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 6482847c..29c41660 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -100,7 +100,7 @@ jobs: with: install_components: gke-gcloud-auth-plugin - name: Install gotestfmt - uses: jaxxstorm/action-install-gh-release@v1.9.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: gotesttools/gotestfmt - name: Get dependencies diff --git a/.github/workflows/performance_metrics_cron.yml b/.github/workflows/performance_metrics_cron.yml index 55d34892..d841f753 100644 --- a/.github/workflows/performance_metrics_cron.yml +++ b/.github/workflows/performance_metrics_cron.yml @@ -71,7 +71,7 @@ jobs: pip3 install virtualenv==20.0.23 pip3 install pipenv - name: Install gotestfmt - uses: jaxxstorm/action-install-gh-release@v1.9.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: gotesttools/gotestfmt - uses: actions/checkout@v3 diff --git a/.github/workflows/run-templates-command.yml b/.github/workflows/run-templates-command.yml index 370aef88..a1bf1344 100644 --- a/.github/workflows/run-templates-command.yml +++ b/.github/workflows/run-templates-command.yml @@ -114,7 +114,7 @@ jobs: with: install_components: gke-gcloud-auth-plugin - name: Install gotestfmt - uses: jaxxstorm/action-install-gh-release@v1.9.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: gotesttools/gotestfmt - name: Get dependencies