Skip to content

Commit 722b451

Browse files
committed
2 parents 70aeb97 + 8f8d3ba commit 722b451

File tree

4 files changed

+54
-40
lines changed

4 files changed

+54
-40
lines changed

.github/workflows/publish-scaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Setup go
20-
uses: actions/setup-go@v3
20+
uses: actions/setup-go@v4
2121
with:
2222
go-version-file: 'go.mod'
2323

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v3
5353

5454
- name: Setup go
55-
uses: actions/setup-go@v3
55+
uses: actions/setup-go@v4
5656
with:
5757
go-version-file: 'go.mod'
5858

website/package-lock.json

Lines changed: 51 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"postcss-cli": "^10.1.0"
66
},
77
"dependencies": {
8-
"node": "19.1.0"
8+
"node": "20.2.0"
99
}
1010
}

0 commit comments

Comments
 (0)