From c3d51ce394be603a51cada12100da807ca57c017 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Tue, 1 Jul 2025 11:53:28 +0900 Subject: [PATCH] GHAction to use ubuntu-latest --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index ece2b993..9972c7ef 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -8,7 +8,7 @@ on: jobs: main: name: Build and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3