diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5629007..95c7ac9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # - 8080:8080 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive @@ -72,7 +72,7 @@ jobs: # if: github.ref == 'refs/heads/main' # steps: # - name: Checkout - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # with: # fetch-depth: 0 # - name: Setup Node.js