summaryrefslogtreecommitdiff
path: root/.github/workflows/cargo_publish.yml
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-07 08:47:44 +1100
committerGitHub <noreply@github.com>2024-02-06 21:47:44 +0000
commit9955cbdb56d5aa7882048e06709695a137d2e3a5 (patch)
tree770560a57c89149a6fb75ed62ff1ed0c5ad784cd /.github/workflows/cargo_publish.yml
parentc8b2af8ed1b27822b0e6193b7a82903f54e56d95 (diff)
chore: upgrade CI workflows to use Node 20 (#22304)
No longer uses Node 16, which is deprecated.
Diffstat (limited to '.github/workflows/cargo_publish.yml')
-rw-r--r--.github/workflows/cargo_publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml
index 4b09a04c1..b34062cfc 100644
--- a/.github/workflows/cargo_publish.yml
+++ b/.github/workflows/cargo_publish.yml
@@ -20,7 +20,7 @@ jobs:
git config --global fetch.parallel 32
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
token: ${{ secrets.DENOBOT_PAT }}
submodules: recursive
@@ -35,7 +35,7 @@ jobs:
deno-version: v1.31.3
- name: Install protoc
- uses: arduino/setup-protoc@v2
+ uses: arduino/setup-protoc@v3
with:
version: '21.12'
repo-token: '${{ secrets.GITHUB_TOKEN }}'