Skip to content

Commit f6cc04a

Browse files
author
FTMahringer
committed
fix: updating the actions versions to v9
1 parent 433d00b commit f6cc04a

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"permissions": {
33
"allow": [
44
"Bash(git add *)",
5-
"Bash(git commit -m ' *)"
5+
"Bash(git commit -m ' *)",
6+
"Bash(Get-ChildItem -Path \"D:\\\\projects\\\\Agents-Umgeung-planning\\\\Synapse\" -Force)",
7+
"Bash(Select-Object Name, Mode)",
8+
"Bash(xargs grep -l \"team\\\\|Team\\\\|dispatch\\\\|Dispatch\")",
9+
"Bash(git commit *)",
10+
"Bash(git tag *)",
11+
"Bash(git push *)",
12+
"Bash(gh release *)"
613
]
714
}
815
}

.github/workflows/create-milestone-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Create or update release
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v9
2828
with:
2929
script: |
3030
const defaultBranch = context.payload.repository.default_branch;

.github/workflows/sync-roadmap-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Sync labels from roadmap
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v9
2121
with:
2222
script: |
2323
const startToken = '<!-- ROADMAP_LABELS:BEGIN -->';

0 commit comments

Comments
 (0)