From 18f6e6d946c78c86f60baaabbb57c1401c6baea9 Mon Sep 17 00:00:00 2001 From: yanorei32 Date: Thu, 30 May 2024 01:12:27 +0900 Subject: [PATCH] Switch ubuntu-latest to ubuntu-22.04 --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 46a2846..34768fc 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -11,7 +11,7 @@ on: jobs: actionlint: name: actionlint with reviewdog - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - name: actionlint