From 32eed43c5c9d54ab62644a461f53bdc99ac00103 Mon Sep 17 00:00:00 2001 From: Martin Endler Date: Mon, 23 Dec 2024 10:55:14 +0100 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 429fa15..165c3e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} # https://github.com/actions/setup-node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}