Skip to content

Commit a5ff2cb

Browse files
ci: update global workflows (#6)
1 parent 2042cfb commit a5ff2cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
github-token: "${{ secrets.GITHUB_TOKEN }}"
3232

3333
- name: Label autoapproved
34-
uses: actions/github-script@v6
34+
uses: actions/github-script@v7
3535
with:
3636
github-token: ${{ secrets.GH_BOT_TOKEN }}
3737
script: |

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
continue: ${{ steps.continue.outputs.result }}
2929
steps:
3030
- name: Get repo languages
31-
uses: actions/github-script@v6
31+
uses: actions/github-script@v7
3232
id: lang
3333
with:
3434
script: |
@@ -70,7 +70,7 @@ jobs:
7070
return matrix
7171
7272
- name: Continue
73-
uses: actions/github-script@v6
73+
uses: actions/github-script@v7
7474
id: continue
7575
with:
7676
script: |

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Label Actions
23-
uses: dessant/label-actions@v3
23+
uses: dessant/label-actions@v4
2424
with:
2525
github-token: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)