From 3ca625f0dce5e1480d667cd2627c7965d84b6f5b Mon Sep 17 00:00:00 2001 From: Marcus Reinhardt Date: Mon, 19 Feb 2024 10:41:03 +0100 Subject: [PATCH] fix github action annotations --- tooling/github/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml index 9ef92c44..0a210122 100644 --- a/tooling/github/setup/action.yml +++ b/tooling/github/setup/action.yml @@ -4,10 +4,10 @@ description: "Common setup steps for Actions" runs: using: composite steps: - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: "pnpm" - shell: bash