From 5ec1920c8d34d30dac71c125aec399382723d1a4 Mon Sep 17 00:00:00 2001 From: Steven Dalamaras Date: Sat, 4 Apr 2026 12:20:17 +1000 Subject: [PATCH] fix: GitHub deprecated workflow 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 e23f3148..2eaff50e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Linelint uses: fernandrone/linelint@master - name: Set up Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v6 with: node-version: 24.14.0 - name: Install dependencies