diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e4cb1a1..1ac6bd82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - web-sockets steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.4 with: version: ${{ env.PNPM_VERSION }} @@ -73,7 +73,7 @@ jobs: - web-sockets steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.4 with: version: ${{ env.PNPM_VERSION }}