Skip to content

Commit

Permalink
Merge pull request #127 from mstable/chore/update-google-github-actions
Browse files Browse the repository at this point in the history
chore: update CI GitHub workflow to use latest google-github-actions
  • Loading branch information
dimlbc authored Dec 27, 2024
2 parents 42bc34c + d4bbc0a commit 44897ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout [main]
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: Setup node
with:
node-version: 20
Expand All @@ -28,14 +28,14 @@ jobs:
run: yarn build

- name: GCP auth
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v2"
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: "${{ secrets.GCP_KEY }}"

- name: Deploy Prod
id: deploy
uses: "google-github-actions/deploy-appengine@v0"
uses: "google-github-actions/deploy-appengine@v2"
with:
deliverables: 'app.yml'

Expand Down
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: nodejs16
runtime: nodejs20

handlers:
- url: /manifest\.json$
Expand Down

0 comments on commit 44897ae

Please sign in to comment.