From 692f8474db7a670aceda272b31e823cfc575bada Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Fri, 8 Dec 2023 10:59:32 +0100 Subject: [PATCH] ci: update actions --- .github/workflows/node.js.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index d2fd2e01..f7f29bee 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -20,10 +20,10 @@ jobs: - 20 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm ci diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 37bee865..b542ecf6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20