File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 CI : true
2222 steps :
2323 - name : Checkout ${{ github.sha }}
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 registry-url : https://registry.npmjs.org/
@@ -48,20 +48,20 @@ jobs:
4848 CI : true
4949 steps :
5050 - name : Checkout ${{ github.sha }}
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 - name : Use Node.js with the npmjs.org registry
53- uses : actions/setup-node@v4
53+ uses : actions/setup-node@v6
5454 with :
5555 node-version : lts/*
5656 registry-url : https://registry.npmjs.org/
5757 - name : Install dependencies
5858 run : npm ci
5959 - name : Build
6060 run : npm run build --if-present
61- - uses : google-github-actions/auth@v2
61+ - uses : google-github-actions/auth@v3
6262 with :
6363 workload_identity_provider : ' projects/457105351064/locations/global/workloadIdentityPools/github-secrets-pool/providers/github-secrets-github'
64- - uses : google-github-actions/setup-gcloud@v2
64+ - uses : google-github-actions/setup-gcloud@v3
6565 - name : Get NPM token
6666 id : npm-token
6767 run : |
You can’t perform that action at this time.
0 commit comments