Skip to content

Commit 4db5429

Browse files
authored
Merge branch 'main' into marvinbuss/container_002
2 parents 40768a7 + 9838030 commit 4db5429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_terraformApplyTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Setup Node
5656
- name: Setup Node
5757
id: node_setup
58-
uses: actions/setup-node@v3
58+
uses: actions/setup-node@v4
5959
with:
6060
node-version: 16
6161

.github/workflows/_terraformPlanTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Setup Node
5757
- name: Setup Node
5858
id: node_setup
59-
uses: actions/setup-node@v3
59+
uses: actions/setup-node@v4
6060
with:
6161
node-version: 16
6262

0 commit comments

Comments
 (0)