diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c267ee..f61a8e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: platform: [ubuntu-latest, macos-latest] node-version: [lts/*, current] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -33,7 +33,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Need to fetch entire commit history to # analyze every commit since last release