From b090f35d5e21ed4e10a29da44d944d0dc2823788 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:53:03 +0100 Subject: [PATCH] Update release-automated.yml --- .github/workflows/release-automated.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 62f38abc9..531f5a21e 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -11,10 +11,10 @@ jobs: outputs: current_tag: ${{ steps.tag.outputs.current_tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: persist-credentials: false - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: 22 cache: npm @@ -25,7 +25,7 @@ jobs: bundler-cache: true - name: Cache Gems id: cache-gems - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}