Skip to content

Commit 5861b65

Browse files
authored
Merge pull request #47 from jakoch/dependabot/github_actions/actions/github-script-9
deps(gha): bump actions/github-script from 8 to 9
2 parents 598d714 + 7b809cd commit 5861b65

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/clean-workflows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# List Workflow Runs: https://api.github.com/repos/jakoch/cpp-devbox/actions/workflows
2626
steps:
2727
- name: ✂ Remove cancelled or skipped workflow runs
28-
uses: actions/github-script@v8 # https://github.com/actions/github-script
28+
uses: actions/github-script@v9 # https://github.com/actions/github-script
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |
@@ -53,7 +53,7 @@ jobs:
5353
}
5454
5555
- name: ✂ Remove 30 days old workflows runs
56-
uses: actions/github-script@v8 # https://github.com/actions/github-script
56+
uses: actions/github-script@v9 # https://github.com/actions/github-script
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
script: |
@@ -102,7 +102,7 @@ jobs:
102102
103103
# https://api.github.com/repos/jakoch/cpp-devbox/actions/workflows/clean-workflows.yml/runs
104104
- name: ✂ Remove runs of the cleanup workflow itself
105-
uses: actions/github-script@v8 # https://github.com/actions/github-script
105+
uses: actions/github-script@v9 # https://github.com/actions/github-script
106106
with:
107107
github-token: ${{ secrets.GITHUB_TOKEN }}
108108
script: |
@@ -154,7 +154,7 @@ jobs:
154154
}
155155
156156
- name: ✂ Remove Dependabot workflow runs
157-
uses: actions/github-script@v8 # https://github.com/actions/github-script
157+
uses: actions/github-script@v9 # https://github.com/actions/github-script
158158
with:
159159
github-token: ${{ secrets.GITHUB_TOKEN }}
160160
script: |
@@ -198,7 +198,7 @@ jobs:
198198
console.log("✅ Cleanup complete.");
199199
200200
- name: ✂ Remove pages-build-deployment workflow runs except the most recent one
201-
uses: actions/github-script@v8 # https://github.com/actions/github-script
201+
uses: actions/github-script@v9 # https://github.com/actions/github-script
202202
with:
203203
github-token: ${{ secrets.GITHUB_TOKEN }}
204204
script: |

0 commit comments

Comments
 (0)