From 9efb1f848694e2da993babec8c468cfabe511bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:37:57 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-features-admin.yml | 2 +- .github/workflows/ci-features-comments.yml | 2 +- .github/workflows/ci-features-conversations.yml | 2 +- .github/workflows/ci-features-crops.yml | 2 +- .github/workflows/ci-features-gardens.yml | 2 +- .github/workflows/ci-features-harvests.yml | 2 +- .github/workflows/ci-features-home.yml | 2 +- .github/workflows/ci-features-members.yml | 2 +- .github/workflows/ci-features-places.yml | 2 +- .github/workflows/ci-features-plantings.yml | 2 +- .github/workflows/ci-features-posts.yml | 2 +- .github/workflows/ci-features-seeds.yml | 2 +- .github/workflows/ci-features-timeline.yml | 2 +- .github/workflows/ci-features.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index b3315a5f6..870e6942c 100644 --- a/.github/workflows/ci-features-admin.yml +++ b/.github/workflows/ci-features-admin.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-comments.yml b/.github/workflows/ci-features-comments.yml index ec5486d2e..aa14b2078 100644 --- a/.github/workflows/ci-features-comments.yml +++ b/.github/workflows/ci-features-comments.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-conversations.yml b/.github/workflows/ci-features-conversations.yml index 7ce8cd1d6..1548c4ebb 100644 --- a/.github/workflows/ci-features-conversations.yml +++ b/.github/workflows/ci-features-conversations.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-crops.yml b/.github/workflows/ci-features-crops.yml index 752df28a2..182cbe9b6 100644 --- a/.github/workflows/ci-features-crops.yml +++ b/.github/workflows/ci-features-crops.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-gardens.yml b/.github/workflows/ci-features-gardens.yml index 05a7c8265..cc96d742e 100644 --- a/.github/workflows/ci-features-gardens.yml +++ b/.github/workflows/ci-features-gardens.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-harvests.yml b/.github/workflows/ci-features-harvests.yml index 6435017e1..c3047c533 100644 --- a/.github/workflows/ci-features-harvests.yml +++ b/.github/workflows/ci-features-harvests.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-home.yml b/.github/workflows/ci-features-home.yml index 586d1b993..43c72a922 100644 --- a/.github/workflows/ci-features-home.yml +++ b/.github/workflows/ci-features-home.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-members.yml b/.github/workflows/ci-features-members.yml index 17281f688..c542c93e9 100644 --- a/.github/workflows/ci-features-members.yml +++ b/.github/workflows/ci-features-members.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-places.yml b/.github/workflows/ci-features-places.yml index aa64a8bc6..6a4cd4256 100644 --- a/.github/workflows/ci-features-places.yml +++ b/.github/workflows/ci-features-places.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-plantings.yml b/.github/workflows/ci-features-plantings.yml index 72f7e2b62..6a7e50146 100644 --- a/.github/workflows/ci-features-plantings.yml +++ b/.github/workflows/ci-features-plantings.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-posts.yml b/.github/workflows/ci-features-posts.yml index 0779735fc..1353c891f 100644 --- a/.github/workflows/ci-features-posts.yml +++ b/.github/workflows/ci-features-posts.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-seeds.yml b/.github/workflows/ci-features-seeds.yml index 85dc5d4be..41bbecbf2 100644 --- a/.github/workflows/ci-features-seeds.yml +++ b/.github/workflows/ci-features-seeds.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-timeline.yml b/.github/workflows/ci-features-timeline.yml index fe390d7de..3560dbd81 100644 --- a/.github/workflows/ci-features-timeline.yml +++ b/.github/workflows/ci-features-timeline.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features.yml b/.github/workflows/ci-features.yml index 6b94c7d60..4f0e1ad2f 100644 --- a/.github/workflows/ci-features.yml +++ b/.github/workflows/ci-features.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f9659fc..eaed8103e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: contributors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install ruby version specified in .ruby-version uses: ruby/setup-ruby@v1 with: @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure sysctl limits run: |