create-githat-app 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-githat-app",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "GitHat CLI — scaffold apps and manage the skills marketplace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,10 +14,10 @@ jobs:
14
14
  issues: write
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v4
17
+ - uses: actions/checkout@v5
18
18
 
19
19
  - name: Set up Node.js
20
- uses: actions/setup-node@v4
20
+ uses: actions/setup-node@v5
21
21
  with:
22
22
  node-version: "20"
23
23
  cache: "npm"
@@ -21,10 +21,10 @@ jobs:
21
21
  timeout-minutes: 12
22
22
 
23
23
  steps:
24
- - uses: actions/checkout@v4
24
+ - uses: actions/checkout@v5
25
25
 
26
26
  - name: Setup Node 20
27
- uses: actions/setup-node@v4
27
+ uses: actions/setup-node@v5
28
28
  with:
29
29
  node-version: "20"
30
30
  cache: "npm"