From 95ee71de3e9d7646b021c4bc5d355f769d6178fd Mon Sep 17 00:00:00 2001 From: Braxton Ward Date: Wed, 13 Aug 2025 10:43:15 -0600 Subject: [PATCH] chore: update action to use ubuntu-latest --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b14f56..2c86491 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: npm: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: read packages: write @@ -29,7 +29,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} tag: needs: npm - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4