diff --git a/.github/workflows/workflow_run_pruner.yml b/.github/workflows/workflow_run_pruner.yml index 5e31adc..7ecff8b 100644 --- a/.github/workflows/workflow_run_pruner.yml +++ b/.github/workflows/workflow_run_pruner.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Prune cancelled/skipped runs - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_ACTIONS_PERSONAL_ACCESS_TOKEN }} script: | @@ -42,7 +42,7 @@ jobs: } - name: Prune runs older than 30 days - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_ACTIONS_PERSONAL_ACCESS_TOKEN }} script: |