Skip to content

Commit

Permalink
Merge pull request #20 from openfga/dependabot/github_actions/jaxxsto…
Browse files Browse the repository at this point in the history
…rm/action-install-gh-release-1.14.0

chore(deps): bump jaxxstorm/action-install-gh-release from 1.13.0 to 1.14.0
  • Loading branch information
rhamzeh authored Dec 2, 2024
2 parents 1785a0a + 523842c commit 42b730d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install OpenFGA server ${{ matrix.test.openfga_tag }}
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
with:
repo: openfga/openfga
tag: ${{ matrix.test.openfga_tag }}
Expand All @@ -65,7 +65,7 @@ jobs:
shell: bash
run: openfga run &
- name: Install OpenFGA cli
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
with:
repo: openfga/cli
cache: enable
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
using: composite
steps:
- name: Install OpenFGA CLI
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
with:
repo: openfga/cli
cache: enable
Expand Down

0 comments on commit 42b730d

Please sign in to comment.