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