mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
fix: GitHub deprecated GH Actions Node version
This commit is contained in:
parent
437712791d
commit
2d67669ce7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/split-packages.yaml
vendored
2
.github/workflows/split-packages.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
# step if no tag is pushed
|
||||
- if: "!startsWith(github.ref, 'refs/tags/')"
|
||||
uses: "symplify/monorepo-split-github-action@2.3.0"
|
||||
uses: "symplify/monorepo-split-github-action@v2.3.0"
|
||||
with:
|
||||
# ↓ split "packages/<package-name><package-name>" directory
|
||||
package_directory: 'starters/${{ matrix.package.local_path }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue