Skip to content

Commit af2a454

Browse files
author
Github Action
committed
File sync from domdomegg/domdomegg
1 parent 61a8524 commit af2a454

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)