From 79f2394e75c2f661f342f90228c0ce09613eea0d Mon Sep 17 00:00:00 2001 From: Jeff Repanich Date: Thu, 20 Aug 2026 09:30:44 -0400 Subject: [PATCH] ci: use readable action versions --- .github/workflows/ci.yml | 5 ++--- .github/workflows/publish.yml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b3fc9f..6dd9d83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,14 +25,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 + uses: actions/setup-node@v7 with: node-version: "lts/*" cache: npm - - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 853e7be..fc94068 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,10 +11,9 @@ jobs: publish: needs: ci - uses: askrjs/actions/.github/workflows/publish-package.yml@614b9e344983ad2100563c5f36f94d774d3ba6bd + uses: askrjs/actions/.github/workflows/publish-package.yml@main with: install-playwright: true - release-command: npx playwright install --with-deps firefox webkit && npm run check permissions: contents: write id-token: write