From 66db1ef3cf64b0ab4cf21fcea72d6dd942359570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:30:20 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#114) 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 27d9f72..83f9fb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest name: Lint & Build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: cache: npm @@ -82,7 +82,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@v3 with: cache: npm @@ -97,7 +97,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