Compare commits

...

2 Commits

Author SHA1 Message Date
Deirdre Connolly 34daa44a66 Use google-github-actions/setup-gcloud
Instead of the old location
2021-09-24 15:39:45 -04:00
teor 3e41f27b10
Create a dependabot.yml to update GitHub actions (#9) 2021-09-24 15:19:18 -04:00
2 changed files with 13 additions and 1 deletions

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
timezone: America/New_York
open-pull-requests-limit: 10
reviewers:
- dconnolly
assignees:
- dconnolly

View File

@ -27,7 +27,7 @@ jobs:
echo "SHORT_SHA=$(git rev-parse --short=7 $GITHUB_SHA)" >> $GITHUB_ENV
# Setup gcloud CLI
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '295.0.0'
project_id: ${{ env.PROJECT_ID }}