From e7ba407d43083c2f895d2fd9ce3429af5d29b479 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 25 Oct 2023 15:10:50 +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 ab070653..ba26c3a3 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 69eab647..1fcaecad 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'