Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 9719608 commit 047a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-gcloud-keyless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: 'write'
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Authenticate to Google Cloud development
id: auth
uses: google-github-actions/auth@v1
Expand Down

0 comments on commit 047a925

Please sign in to comment.