Skip to content

Commit 2e9ef75

Browse files
authored
Update deps (#22)
1 parent 838b272 commit 2e9ef75

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
4747

48-
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
48+
- uses: 'google-github-actions/auth@v3' # ratchet:exclude
4949
with:
5050
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
5151

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- id: 'auth'
27-
uses: 'google-github-actions/auth@v2'
27+
uses: 'google-github-actions/auth@v3'
2828
with:
2929
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
3030

@@ -39,7 +39,7 @@ jobs:
3939
namespace: 'my-namespace'
4040
expose: '8000'
4141
k8s_manifests: 'configs'
42-
42+
4343
- name: 'get-deployments'
4444
shell: bash
4545
run: |
@@ -61,7 +61,7 @@ jobs:
6161
- `project_id` - (Required) Project ID where the cluster is deployed.
6262

6363
- `namespace` - (Optional) Namespace of GKE cluster to deploy to.
64-
If not provided, it will not be passed to the binary.
64+
If not provided, it will not be passed to the binary.
6565

6666
- `expose` - (Optional) The port provided will be used to expose the deployed
6767
workload object (i.e., port and targetPort will be set to the value provided

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "deploy-gke",
33
"version": "0.0.4",
44
"engines": {
5-
"node": "20.x",
6-
"npm": "10.x"
5+
"node": ">= 24.x",
6+
"npm": ">= 11.x"
77
},
88
"scripts": {
99
"build": "exit 0"

0 commit comments

Comments
 (0)