Skip to content

Commit b7dad5f

Browse files
chore: update supported-lines.json and fix rolling-line workflow permissions.
Backfill v1.0/v1.1/v1 rolling prereleases after v1.1.0; set workflow-level contents write for dispatch. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent daf2e53 commit b7dad5f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/update-rolling-lines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77
description: Released semver (X.Y.Z) to refresh rolling line aliases for
88
required: true
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
update:
1215
runs-on: ubuntu-latest
13-
permissions:
14-
contents: write
1516
steps:
1617
- name: Checkout main
1718
uses: actions/checkout@v4

supported-lines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema": 1,
3-
"updated": "2026-06-08T00:00:00.000Z",
3+
"updated": "2026-06-08T21:44:23.515Z",
44
"latest": "1.1.0",
55
"lines": {
66
"1": {

0 commit comments

Comments
 (0)