From 0733945201f3ecb4abfeb5e268f9417e05d73b15 Mon Sep 17 00:00:00 2001 From: Lubo Date: Thu, 28 May 2026 15:25:45 +0200 Subject: [PATCH] chore: update actions versions to latest --- .github/workflows/deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c86e879..7a90a23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,16 +6,18 @@ on: - main jobs: deploy-preview: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: write pages: write pull-requests: write steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup node env - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + with: + node-version: 24 with: node-version: 20 check-latest: true