From 92197cdb2d83ce38fea9d00b5d52989783eb7768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:30:27 +0000 Subject: [PATCH] chore(deps): bump jaxxstorm/action-install-gh-release from 1.12.0 to 1.13.0 (#17) Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f0208d..a13269d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install OpenFGA server ${{ matrix.test.openfga_tag }} - uses: jaxxstorm/action-install-gh-release@v1.12.0 + uses: jaxxstorm/action-install-gh-release@v1.13.0 with: repo: openfga/openfga tag: ${{ matrix.test.openfga_tag }} @@ -65,7 +65,7 @@ jobs: shell: bash run: openfga run & - name: Install OpenFGA cli - uses: jaxxstorm/action-install-gh-release@v1.12.0 + uses: jaxxstorm/action-install-gh-release@v1.13.0 with: repo: openfga/cli cache: enable diff --git a/action.yml b/action.yml index 547f500..821b2e5 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: using: composite steps: - name: Install OpenFGA CLI - uses: jaxxstorm/action-install-gh-release@v1.12.0 + uses: jaxxstorm/action-install-gh-release@v1.13.0 with: repo: openfga/cli cache: enable