From 2f5987a1911e9f06e6615ce643df4cf51ebfefab Mon Sep 17 00:00:00 2001 From: nbogie Date: Sat, 29 Jun 2024 09:56:59 +0100 Subject: [PATCH] Update ci.yaml - action/checkout to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7af0a13..3a65a29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install modules run: yarn - name: Check formatting with Prettier