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
ecde200961
commit
1bc21b7892
1 changed files with 2 additions and 2 deletions
4
.github/workflows/split-packages.yaml
vendored
4
.github/workflows/split-packages.yaml
vendored
|
@ -37,11 +37,11 @@ jobs:
|
|||
split_repository: 'hugo-second-brain-theme'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# step if no tag is pushed
|
||||
- if: "!startsWith(github.ref, 'refs/tags/')"
|
||||
uses: "symplify/monorepo-split-github-action@2.1"
|
||||
uses: "symplify/monorepo-split-github-action@2.3"
|
||||
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