diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bb156a..f1d974e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest name: Lint & Build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: cache: npm @@ -73,7 +73,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: cache: npm @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest name: Semantic release steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Need to fetch entire commit history to # analyze every commit since last release