From c5606dc3ce2037adec79df89dedbe3647ad25e2e Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Sat, 19 Oct 2024 19:03:34 +0200 Subject: [PATCH] chore: update frontend workflow Backport of https://github.com/flarum/framework/commit/356f97641ed8d087dd1252e4cc2180484d8590cd --- .github/workflows/REUSABLE_frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index f6a9d7d1bb..27f91753d4 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -116,10 +116,10 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node_version }} cache: ${{ inputs.js_package_manager }}