From 426c0fbe892e630b6e36d85edac7906c773cf434 Mon Sep 17 00:00:00 2001 From: willbreitkreutz Date: Mon, 11 May 2026 11:18:47 -0500 Subject: [PATCH] try updated checkout action --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a130cf3..d958993 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,11 @@ jobs: publish-to-npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: 24 registry-url: https://registry.npmjs.org + package-manager-cache: false - run: npm ci - run: npm run pub