From cc03d25e8c82f41b913b0d613332932c9b68d5b0 Mon Sep 17 00:00:00 2001 From: Cody Moore Date: Sun, 12 Apr 2026 21:39:07 -0400 Subject: [PATCH] chore: update GitHub Actions to v5 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 282a166..7e0d443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v5 + - uses: actions/setup-node@v5 with: node-version: 22 - run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03d6635..522fd32 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,8 +13,8 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v5 + - uses: actions/setup-node@v5 with: node-version: 22 registry-url: https://registry.npmjs.org