Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/clean-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: ✂ Remove cancelled or skipped workflow runs
uses: actions/github-script@v7 # https://github.com/actions/github-script
uses: actions/github-script@v8 # https://github.com/actions/github-script
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
}

- name: ✂ Remove 30 days old workflows runs
uses: actions/github-script@v7 # https://github.com/actions/github-script
uses: actions/github-script@v8 # https://github.com/actions/github-script
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

# https://api.github.com/repos/jakoch/cpp-devbox/actions/workflows/clean-workflows.yml/runs
- name: ✂ Remove runs of the cleanup workflow itself
uses: actions/github-script@v7 # https://github.com/actions/github-script
uses: actions/github-script@v8 # https://github.com/actions/github-script
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
}
}
- name: ✂ Remove Dependabot workflow runs
uses: actions/github-script@v7 # https://github.com/actions/github-script
uses: actions/github-script@v8 # https://github.com/actions/github-script
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down