Skip to content

Commit

Permalink
Update versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qa-andreas-theuerkauf authored Aug 21, 2024
1 parent eb49601 commit 0ac4372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -34,7 +34,7 @@ jobs:

- name: Deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3.9.0
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.TOKEN }}
external_repository: qaware/qaware.github.io
Expand All @@ -47,12 +47,12 @@ jobs:

# Setup gcloud CLI
- name: 'Setup Cloud Auth'
uses: 'google-github-actions/auth@v1.0.0'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.RUN_SA_KEY }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1.0.1'
uses: 'google-github-actions/setup-gcloud@v2'
with:
project_id: ${{ secrets.RUN_PROJECT }}

Expand Down

0 comments on commit 0ac4372

Please sign in to comment.