From 74595f8255ce2abd956d8f06966b8cc863a16999 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 13 Dec 2023 11:37:58 +0100 Subject: [PATCH] chore: upgrade Github actions to v4 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c6fcc24..26448d2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,9 +11,9 @@ jobs: node-version: [18.x, 20.x] 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 install