diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 484dc5d..f4fe508 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 - - uses: 'google-github-actions/auth@v2' # ratchet:exclude + - uses: 'google-github-actions/auth@v3' # ratchet:exclude with: workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}' diff --git a/README.md b/README.md index e3e8efc..f6f9ec1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: steps: - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' @@ -39,7 +39,7 @@ jobs: namespace: 'my-namespace' expose: '8000' k8s_manifests: 'configs' - + - name: 'get-deployments' shell: bash run: | @@ -61,7 +61,7 @@ jobs: - `project_id` - (Required) Project ID where the cluster is deployed. - `namespace` - (Optional) Namespace of GKE cluster to deploy to. - If not provided, it will not be passed to the binary. + If not provided, it will not be passed to the binary. - `expose` - (Optional) The port provided will be used to expose the deployed workload object (i.e., port and targetPort will be set to the value provided diff --git a/package.json b/package.json index 7acff78..4c64cfb 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "deploy-gke", "version": "0.0.4", "engines": { - "node": "20.x", - "npm": "10.x" + "node": ">= 24.x", + "npm": ">= 11.x" }, "scripts": { "build": "exit 0"