diff --git a/.github/workflows/clean-workflows.yml b/.github/workflows/clean-workflows.yml index d5572ea..7d6c74a 100644 --- a/.github/workflows/clean-workflows.yml +++ b/.github/workflows/clean-workflows.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |