From 47334e12ea5f408e39197ef2a000d268a7cc21aa Mon Sep 17 00:00:00 2001 From: Hayato Date: Tue, 23 Apr 2024 19:36:59 +0900 Subject: [PATCH] Test run --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c7797fd..535c362 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,10 +1,10 @@ -name: shellcheck +name: Workflows on: [push, pull_request] jobs: shellcheck: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v2