Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 17, 2024
1 parent 9bee1d8 commit 92efed1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Monorepo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Monorepo Split

on:
push:
# Only trigger for specific branches or changes in specific paths.
Expand Down Expand Up @@ -35,13 +37,13 @@ jobs:

# Cache the splitsh executable to speedup future runs
- name: Cache splitsh-lite
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: "./splitsh"
key: "${{ runner.os }}-splitsh-v101"

# Sync commits and tags for the configured subtree splits
- name: subtree split
uses: acrobat/subtree-splitter@v1.1.3
uses: acrobat/subtree-splitter@v1.1.5
with:
config-path: .github/subtree-splitter-config.json # Reference the location where you saved your config file

0 comments on commit 92efed1

Please sign in to comment.