Skip to content

Commit a7af762

Browse files
authored
chore(deps): Update actions/setup-node action to v5 (#1452)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent b82421b commit a7af762

6 files changed

+6
-6
lines changed

.github/workflows/publish_transformation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
CLICKHOUSE_CONNECTION_STRING: "clickhouse://cq:test@localhost:9000/cloudquery"
165165
run: cloudquery migrate tests/clickhouse.yml
166166
- name: Setup Node.js
167-
uses: actions/setup-node@v4
167+
uses: actions/setup-node@v5
168168
with:
169169
node-version: "lts/*"
170170
cache: "npm"

.github/workflows/transformations_aws_compliance_premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
cloudquery migrate tests/s3.yml
146146
dbt run --target dev-athena --profiles-dir ./tests
147147
- name: Setup Node.js
148-
uses: actions/setup-node@v4
148+
uses: actions/setup-node@v5
149149
with:
150150
node-version: "lts/*"
151151
cache: "npm"

.github/workflows/transformations_azure_compliance_premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
cloudquery migrate tests/bigquery.yml
133133
dbt run --target dev-bigquery --profiles-dir ./tests
134134
- name: Setup Node.js
135-
uses: actions/setup-node@v4
135+
uses: actions/setup-node@v5
136136
with:
137137
node-version: "lts/*"
138138
cache: "npm"

.github/workflows/transformations_gcp_compliance_premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
cloudquery migrate tests/bigquery.yml
133133
dbt run --target dev-bigquery --profiles-dir ./tests
134134
- name: Setup Node.js
135-
uses: actions/setup-node@v4
135+
uses: actions/setup-node@v5
136136
with:
137137
node-version: "lts/*"
138138
cache: "npm"

.github/workflows/transformations_k8s_compliance_premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
cloudquery migrate tests/bigquery.yml
133133
dbt run --target dev-bigquery --profiles-dir ./tests
134134
- name: Setup Node.js
135-
uses: actions/setup-node@v4
135+
uses: actions/setup-node@v5
136136
with:
137137
node-version: "lts/*"
138138
cache: "npm"

.github/workflows/validate_transformation_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
CLICKHOUSE_CONNECTION_STRING: "clickhouse://cq:test@localhost:9000/cloudquery"
151151
run: cloudquery migrate tests/clickhouse.yml
152152
- name: Setup Node.js
153-
uses: actions/setup-node@v4
153+
uses: actions/setup-node@v5
154154
with:
155155
node-version: "lts/*"
156156
cache: "npm"

0 commit comments

Comments
 (0)