From 304cea9ed85595b35f504dccdcb4bf0d0cdd2079 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 31 Jul 2023 12:25:02 +0100 Subject: [PATCH] Pin release info --- .github/workflows/unique_python_files.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unique_python_files.yml b/.github/workflows/unique_python_files.yml index 438e985b..178be256 100644 --- a/.github/workflows/unique_python_files.yml +++ b/.github/workflows/unique_python_files.yml @@ -73,7 +73,8 @@ jobs: - name: Gets latest created release info id: latest_release_info - uses: jossef/action-latest-release-info@v1.2.2 + # 1.2.2 is broken: https://github.com/jossef/action-latest-release-info/issues/7 + uses: jossef/action-latest-release-info@40167002208bfed9f789cccc7d3222fda2d82dd6 env: GITHUB_TOKEN: ${{ github.token }}