Skip to content

Commit

Permalink
github action versions lifted
Browse files Browse the repository at this point in the history
  • Loading branch information
y-popov committed Jan 12, 2024
1 parent 38b42e3 commit 79e9e54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: auth
name: Authentication
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- id: deploy
name: Deploy
uses: google-github-actions/deploy-cloud-functions@v0
uses: google-github-actions/deploy-cloud-functions@v2
with:
name: 'accommodation-scrapper'
runtime: 'python39'
Expand Down

0 comments on commit 79e9e54

Please sign in to comment.