Upgrade GH actions to reduce CI warnings (#7403)

Deals with one of the warnings GH shows on our actions run:

https://github.com/zed-industries/zed/actions/runs/7790218555
<img width="1383" alt="image"
src="https://github.com/zed-industries/zed/assets/2690773/e523ec7c-bf43-4b0d-8c36-8540aef6fae9">

bufbuild/* actions seem to have no new major versions so there's nothing
new to upgrade to.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2024-02-05 22:26:56 +02:00
committed by GitHub
parent 46464ebe87
commit b59f925933
6 changed files with 207 additions and 207 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ runs:
cargo install cargo-nextest
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"