diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index 1fcf634e5..2a605ea5e 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-comments.yml b/.github/workflows/ci-features-comments.yml index 61e0a017a..e587d13ec 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-conversations.yml b/.github/workflows/ci-features-conversations.yml index ce799a394..b107b1645 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-crops.yml b/.github/workflows/ci-features-crops.yml index 9a22615bc..deb916360 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-gardens.yml b/.github/workflows/ci-features-gardens.yml index 69c1965a3..244b3c6c0 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-harvests.yml b/.github/workflows/ci-features-harvests.yml index f17843346..a3be5b112 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-home.yml b/.github/workflows/ci-features-home.yml index dd7fb7eb8..3e4f4a9c2 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-members.yml b/.github/workflows/ci-features-members.yml index d4d8f7617..87e471731 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-places.yml b/.github/workflows/ci-features-places.yml index 69c15a058..eaa33c3a7 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-plantings.yml b/.github/workflows/ci-features-plantings.yml index 30f672412..0e01a2dfd 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-posts.yml b/.github/workflows/ci-features-posts.yml index 2f1a0f973..5342e77c2 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-seeds.yml b/.github/workflows/ci-features-seeds.yml index 472084b87..a1158eae8 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features-timeline.yml b/.github/workflows/ci-features-timeline.yml index a3d9b0d13..660481a00 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci-features.yml b/.github/workflows/ci-features.yml index e51b80799..e8fdb8c23 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cad30194f..a62ede169 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@v6 + - uses: actions/checkout@v7 - 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@v6 + uses: actions/checkout@v7 - name: Configure sysctl limits run: | diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 06dc647ba..670443e84 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4