Skip to content

Commit 0330491

Browse files
authored
Update to node 20 (#2192)
1 parent 48e2d0c commit 0330491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/util/initialize/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
sdk: "${{ inputs.dart-sdk }}"
1414
architecture: "${{ inputs.architecture }}"
1515

16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: "${{ inputs.node-version }}"
1919

@@ -23,7 +23,7 @@ runs:
2323
- run: npm install
2424
shell: bash
2525

26-
- uses: bufbuild/buf-setup-action@v1.13.1
26+
- uses: bufbuild/buf-setup-action@v1.30.0
2727
with: {github_token: "${{ inputs.github-token }}"}
2828

2929
- name: Check out the language repo

0 commit comments

Comments
 (0)