From e1baed670a40c290c1cec63af3ae4e58f1f039bd Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 9 Dec 2021 13:13:23 -0500 Subject: [PATCH] bump setup-gcloud and have dependabot take the wheel --- .github/dependabot.yml | 5 +++++ .github/workflows/deploy.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68e24a4..1dfa69b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index db522ff..01c1cea 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: with: version: tip - uses: imjasonh/setup-crane@v0.1 - - uses: google-github-actions/setup-gcloud@v0.2.1 + - uses: google-github-actions/setup-gcloud@v0.3.0 with: project_id: kontaindotme