diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d695e8..7363ea12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{matrix.platform}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v4 with: path: node_modules