diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44bd1c..77fc889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: contents: read steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false @@ -42,7 +42,7 @@ jobs: node-version: [14, 16, 18] steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false