From 3281d1bb33774b1eefc7a7b2bc767da4610b8386 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sat, 15 Aug 2026 09:05:48 +0000 Subject: [PATCH] :construction_worker: Modernize release workflow runtime --- .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 2499f7e..d233e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: name: Build, test, and release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest if: "contains(github.event.head_commit.message, 'Deploy new version')" steps: - name: Checkout @@ -19,7 +19,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: