From 8373a4b2a68f91a33a55800fe542a84496634b03 Mon Sep 17 00:00:00 2001 From: bendera Date: Sun, 13 Oct 2024 18:53:21 +0200 Subject: [PATCH] Upgrade actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08022710f..eccad64eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: echo "${{ toJSON(github.event.inputs) }}" - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -45,7 +45,7 @@ jobs: echo $CURRENT_VERSION - name: Setup Node version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: scope: "@vscode-elements" node-version: 20