From e1a9398d1524c7ba0c583efc6f58398ca6cdd360 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Fri, 5 Apr 2024 00:03:10 +0200 Subject: [PATCH] chore: bump action version (#6) --- .github/dependabot.yml | 7 +++++++ action.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..24f0f25 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +enable-beta-ecosystems: true +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/action.yml b/action.yml index fa7ddf3..5f7743b 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: using: composite steps: - name: Install OpenFGA CLI - uses: jaxxstorm/action-install-gh-release@v1.10.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: openfga/cli cache: enable