Skip to content

Commit 2bf9070

Browse files
authored
Merge pull request #250 from Krypton-Suite/dependabot/github_actions/alpha/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 89b252e + f3e49d8 commit 2bf9070

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/alpha-backup-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Ensure alpha-backup exists
6868
if: steps.kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'
69-
uses: actions/github-script@v8
69+
uses: actions/github-script@v9
7070
id: ensure_backup
7171
with:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -92,7 +92,7 @@ jobs:
9292
- name: Create PR from alpha to alpha-backup
9393
if: steps.kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'
9494
id: create_pr
95-
uses: actions/github-script@v8
95+
uses: actions/github-script@v9
9696
with:
9797
github-token: ${{ secrets.GITHUB_TOKEN }}
9898
script: |
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Enable auto-merge on PR
140140
if: steps.kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'
141-
uses: actions/github-script@v8
141+
uses: actions/github-script@v9
142142
env:
143143
PR_NODE_ID: ${{ fromJson(steps.create_pr.outputs.result).pr_node_id }}
144144
with:

.github/workflows/auto-assign-pr-author.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: Assign PR author
20-
uses: actions/github-script@v8
20+
uses: actions/github-script@v9
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

.github/workflows/auto-label-issue-areas.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: Extract and apply area labels
20-
uses: actions/github-script@v8
20+
uses: actions/github-script@v9
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Copy labels from linked issues
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

.github/workflows/sync-pr-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Copy milestone from linked issues
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)