From a8a2ee2591b42c9b4ba7289c07c9e2812722dd37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:15:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/lint-and-test.yml | 2 +- .github/workflows/validate-codeowners.yml | 2 +- .github/workflows/validate-renovate.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 9026046..451d265 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -98,7 +98,7 @@ jobs: env: image_name: chunk-search-rs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: '0' diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 80217e9..c629f40 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -4,7 +4,7 @@ jobs: lint-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: '0' diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index 28729e2..d17d9fe 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: mszostok/codeowners-validator@v0.7.4 with: # OWNER check requires token (maybe `org:read`?) diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 61c4edf..9659729 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 - name: install