From c38eff416c2a7dab0971be4ead8a3866f6860ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:50:09 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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