From caa9e768d35051b81224bfd3985e6ce66742e670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:10:20 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @types/node to v22.15.17 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 178997f..d366d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4228,9 +4228,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.16.tgz", - "integrity": "sha512-3pr+KjwpVujqWqOKT8mNR+rd09FqhBLwg+5L/4t0cNYBzm/yEiYGCxWttjaPBsLtAo+WFNoXzGJfolM1JuRXoA==", + "version": "22.15.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", + "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", "dev": true, "license": "MIT", "dependencies": { From 9ad2480aec40b2c8bf8db3d5a57fc29ebd1611ec Mon Sep 17 00:00:00 2001 From: "jkroepke-automation[bot]" <210774419+jkroepke-automation[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:11:03 +0000 Subject: [PATCH 2/2] post upgrade changes from renovate --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b8e802..3b29bed 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ GitHub Action for installing [stackitcloud/stackit-cli](https://github.com/stackitcloud/stackit-cli) -Install a specific version of stackit-cli binary on the runner. -Acceptable values are latest or any semantic version string like v2.16.7. -Use this action in workflow to define which version of stackit-cli will be used. +Install a specific version of stackit-cli binary on the runner. Acceptable +values are latest or any semantic version string like v2.16.7. Use this action +in workflow to define which version of stackit-cli will be used. ```yaml - name: Stackit Binary Installer