Skip to content

Commit 52723e8

Browse files
authored
Merge pull request #221 from firefly-iii/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 8b30031 + b5f365c commit 52723e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: Prune cancelled/skipped runs
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |
@@ -45,7 +45,7 @@ jobs:
4545
}
4646
4747
- name: Prune runs older than 3 days
48-
uses: actions/github-script@v7
48+
uses: actions/github-script@v8
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |

0 commit comments

Comments
 (0)