From f19bca485e1e1c57317476aae0fd964b48b34e02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:31:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 18f7a8b..4d83f0c 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@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: '0' diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index c629f40..805a2cc 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@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: '0' diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index d17d9fe..e348966 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@v4 + - uses: actions/checkout@v5 - 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 00fb69c..ec5d23d 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@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 - name: install