From c18b4641464af56bdee333ca3abd0bae6e39afb1 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 17 Jan 2024 18:09:51 +0100 Subject: [PATCH] Bump setup-node action --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d794474..d42c8ef 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,7 +22,7 @@ jobs: - name: Fetch changes # Without fetching, we might miss new tags due to caching in Github Actions run: git fetch --all - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18