From 2e180e612694afe52fc03435213a8a4949fed32d Mon Sep 17 00:00:00 2001 From: Merkel Tranjes <140164174+rnkrtt@users.noreply.github.com> Date: Sat, 24 May 2025 18:42:21 +0200 Subject: [PATCH] Update GitHub Actions versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58ac1c9..f0c0d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: "yarn" node-version: "18"