From f5e82d1e5416741b33ffe35532e1deda38b78f7c Mon Sep 17 00:00:00 2001 From: blacksmith-welder Date: Wed, 5 Mar 2025 14:53:38 +0200 Subject: [PATCH] Update actions --- .github/workflows/cucumber-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cucumber-tests.yml b/.github/workflows/cucumber-tests.yml index 824f5ff3..ed40f6a6 100644 --- a/.github/workflows/cucumber-tests.yml +++ b/.github/workflows/cucumber-tests.yml @@ -20,7 +20,7 @@ jobs: with: ruby-version: '3.2.0' - name: Cache gems - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}