alif-digest 1.1.8 → 1.1.9

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.
@@ -14,7 +14,7 @@ jobs:
14
14
 
15
15
  steps:
16
16
  - name: Checkout Code
17
- uses: actions/checkout@v4
17
+ uses: actions/checkout@v6
18
18
 
19
19
  - name: Setup Node.js
20
20
  uses: actions/setup-node@v4
@@ -9,7 +9,7 @@ jobs:
9
9
  publish:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/checkout@v4
12
+ - uses: actions/checkout@v6
13
13
 
14
14
  - uses: actions/setup-node@v4
15
15
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alif-digest",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Autonomous AI Signal Digest CLI for tracking high-signal AI breakthroughs.",
5
5
  "type": "module",
6
6
  "publishConfig": {