diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ed8d84..9dd67a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: run: working-directory: scripts steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: lts/* diff --git a/.github/workflows/most-helpful-contributors.yml b/.github/workflows/most-helpful-contributors.yml index 71d0bc6..689a21d 100644 --- a/.github/workflows/most-helpful-contributors.yml +++ b/.github/workflows/most-helpful-contributors.yml @@ -16,7 +16,7 @@ jobs: run: working-directory: scripts steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: lts/*