From 6ebeec7533c7fdeb3863585db61e2e6cafcc3488 Mon Sep 17 00:00:00 2001 From: vasyl Date: Thu, 3 Aug 2023 20:52:54 +1000 Subject: [PATCH] Upgrade CI actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0923648..4869966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: os: [ubuntu-latest] node: ['16', '18'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Node.js v${{ matrix.node }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}