diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e89c8a..11964fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b + - uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 with: repo: openfga/openfga cache: enable diff --git a/action.yml b/action.yml index b371739..29f4a62 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: using: composite steps: - name: Install OpenFGA CLI - uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b + uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 with: repo: openfga/cli cache: enable