Skip to content

Commit

Permalink
fix: GitHub deprecated GH Actions Node version (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen authored May 1, 2023
1 parent 1bc21b7 commit 4377127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
uses: "symplify/monorepo-split-github-action@2.3.0"
with:
# ↓ split "packages/<package-name><package-name>" directory
package_directory: 'starters/${{ matrix.package.local_path }}'
Expand Down

0 comments on commit 4377127

Please sign in to comment.