From 8e21350bd9c44f8dbe8d0cd8230bc4a4be0604d3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 Mar 2025 00:57:14 +0000 Subject: [PATCH] ci(deps): upgrade to latest 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 e7b2aeb..3fdaeeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 20 - run: make docs