From 2487199c59434c0bdffd74ec1997a9ae2203d2a9 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 25 Oct 2023 15:11:33 +0200 Subject: [PATCH] Update GitHub Actions actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab07065..ba26c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' @@ -64,7 +64,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' @@ -99,7 +99,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' @@ -131,7 +131,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b29858..9c34dee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' registry-url: 'https://registry.npmjs.org'