File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
3434 TRANSFER_TOKEN_SALT : ${{ secrets.TRANSFER_TOKEN_SALT }}
3535
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v6
3838
3939 - name : create yaml
4040 run : ./create_yaml.sh
4141
4242 - name : auth
43- uses : google-github-actions/auth@v2
43+ uses : google-github-actions/auth@v3
4444 with :
4545 credentials_json : " ${{ secrets.GCP_SA_KEY }}"
4646
4747 - name : deploy
48- uses : google-github-actions/deploy-appengine@v2
48+ uses : google-github-actions/deploy-appengine@v3
4949 with :
5050 project_id : " ${{ secrets.GCP_PROJECT }}"
5151 deliverables : app.yaml
Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
3434 TRANSFER_TOKEN_SALT : ${{ secrets.TRANSFER_TOKEN_SALT }}
3535
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v6
3838
3939 - name : create yaml
4040 run : ./create_yaml.sh
4141
4242 - name : auth
43- uses : google-github-actions/auth@v2
43+ uses : google-github-actions/auth@v3
4444 with :
4545 credentials_json : " ${{ secrets.GCP_SA_KEY }}"
4646
4747 - name : deploy
48- uses : google-github-actions/deploy-appengine@v2
48+ uses : google-github-actions/deploy-appengine@v3
4949 with :
5050 project_id : " ${{ secrets.GCP_PROJECT }}"
5151 deliverables : app.yaml
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.GH_PAT }}
1717
1818 - name : Setup Node
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
21- node-version : 20
21+ node-version : 24
2222 cache : npm
2323
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 1+ legacy-peer-deps
2+ engine-strict = false
Original file line number Diff line number Diff line change 22
33FILE=" app.yaml"
44/bin/cat << EOM >$FILE
5- runtime: nodejs20
5+ runtime: nodejs24
66env: $APP_ENV
77service: $APP_SERVICE
88env_variables:
You can’t perform that action at this time.
0 commit comments