From afb480ab2a1e1c1649c60aed385f116d5f7ba83c Mon Sep 17 00:00:00 2001 From: Gareth Bowen Date: Mon, 6 Mar 2023 07:15:55 +1300 Subject: [PATCH] chore: updates release action dependencies --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0701562d..3ad3d1913 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install dependencies