From f90a80a1851727a449b2b583c9a32c1d7b72cbdd Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Mon, 11 Nov 2024 17:55:00 +0100 Subject: [PATCH] Update localisation.yml --- .github/workflows/localisation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/localisation.yml b/.github/workflows/localisation.yml index 4d5b90a0..e8ec1eb3 100644 --- a/.github/workflows/localisation.yml +++ b/.github/workflows/localisation.yml @@ -15,10 +15,10 @@ jobs: if: github.ref == 'refs/heads/localisation' || github.event_name == 'workflow_dispatch' steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: "lts/*"