Skip to content

Commit

Permalink
Merge branch '6.4' into 6.x
Browse files Browse the repository at this point in the history
* 6.4:
  Bump actions/cache from 4.1.1 to 4.1.2
  Bump actions/cache from 4.0.2 to 4.1.1
  Bump acrobat/subtree-splitter from 1.1.4 to 1.1.5
  • Loading branch information
acrobat committed Nov 1, 2024
2 parents c0c23a3 + bc50654 commit 431ec7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
user_email: '[email protected]'

- name: Cache splitsh-lite
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: |
./splitsh
./splitsh.db
key: '${{ runner.os }}-splitsh-v101'

- name: Subtree split
uses: acrobat/[email protected].4
uses: acrobat/[email protected].5
with:
config-path: .build/subtree-splitter-config.json
batch-size: 1

0 comments on commit 431ec7b

Please sign in to comment.