Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Pin the actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 24, 2023
1 parent 3498dba commit ed0b917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-appengine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- id: 'replace-strings'
run: brave/replace_strings.sh

- id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v1.1.1'
with:
credentials_json: '${{ secrets.GCP_SA_KEY}}'
- name: Setup Google Cloud SDK
Expand Down

0 comments on commit ed0b917

Please sign in to comment.