From 90eac3b309c40f36d9d8dbe0f51bde3127176a2b Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Mon, 11 Nov 2024 15:27:11 -0500 Subject: [PATCH] bump updatecli version --- .github/dependabot.yml | 12 ++++++++++++ action.yaml | 2 +- 2 files changed, 13 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..1dce68b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/action.yaml b/action.yaml index f8a353c..d4b971e 100644 --- a/action.yaml +++ b/action.yaml @@ -40,7 +40,7 @@ runs: shell: bash - name: Install updatecli in the runner - uses: updatecli/updatecli-action@v2 + uses: updatecli/updatecli-action@v2.70.0 - name: Run updatecli in apply mode run: |