From 696de1517e7852f02eeed485822c9195168a95e8 Mon Sep 17 00:00:00 2001 From: Andreas Salhus Bakseter Date: Mon, 22 Jan 2024 12:43:05 +0100 Subject: [PATCH] Update action version --- .github/workflows/check_format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_format.yaml b/.github/workflows/check_format.yaml index 6158d239..1a8189fe 100644 --- a/.github/workflows/check_format.yaml +++ b/.github/workflows/check_format.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 20