From fc56e03f75268f8ca8f5a45338e40ca8ab7e79ee Mon Sep 17 00:00:00 2001 From: Sjaak Schilperoort Date: Tue, 28 Apr 2026 10:33:53 +0200 Subject: [PATCH] Update GitHub actions --- .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 6204b65..3721710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,9 @@ jobs: env: FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Cache Yarn cache and node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .yarn/cache