From 3d385618064330491535785d31824819dbcab7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:29:30 +0000 Subject: [PATCH 1/3] Bump acrobat/subtree-splitter from 1.1.4 to 1.1.5 Bumps [acrobat/subtree-splitter](https://github.com/acrobat/subtree-splitter) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/acrobat/subtree-splitter/releases) - [Commits](https://github.com/acrobat/subtree-splitter/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: acrobat/subtree-splitter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/subtree-split.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subtree-split.yml b/.github/workflows/subtree-split.yml index 446af3c9f0..56972f4de0 100644 --- a/.github/workflows/subtree-split.yml +++ b/.github/workflows/subtree-split.yml @@ -39,7 +39,7 @@ jobs: key: '${{ runner.os }}-splitsh-v101' - name: Subtree split - uses: acrobat/subtree-splitter@v1.1.4 + uses: acrobat/subtree-splitter@v1.1.5 with: config-path: .build/subtree-splitter-config.json batch-size: 1 From a1ada7f5eb0c267af65268dcf10a750cfdb58ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:47:33 +0000 Subject: [PATCH 2/3] Bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/subtree-split.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe1186d724..875c306cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.1 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/subtree-split.yml b/.github/workflows/subtree-split.yml index 446af3c9f0..8b572711ad 100644 --- a/.github/workflows/subtree-split.yml +++ b/.github/workflows/subtree-split.yml @@ -31,7 +31,7 @@ jobs: user_email: 'cms@kunstmaan.be' - name: Cache splitsh-lite - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: | ./splitsh From 74aba0b4aeb37d9e6a2ac450a4fad229be04ee74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 04:54:13 +0000 Subject: [PATCH 3/3] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/subtree-split.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875c306cba..04bf0b3f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4.1.1 + - uses: actions/cache@v4.1.2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/subtree-split.yml b/.github/workflows/subtree-split.yml index 71ecc9e2b5..4c55deb206 100644 --- a/.github/workflows/subtree-split.yml +++ b/.github/workflows/subtree-split.yml @@ -31,7 +31,7 @@ jobs: user_email: 'cms@kunstmaan.be' - name: Cache splitsh-lite - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ./splitsh