diff --git a/.github/workflows/clean-workflow-run-logs.yml b/.github/workflows/clean-workflow-run-logs.yml index 5023a15..7f1a0e9 100644 --- a/.github/workflows/clean-workflow-run-logs.yml +++ b/.github/workflows/clean-workflow-run-logs.yml @@ -12,7 +12,7 @@ jobs: clean-logs: runs-on: ubuntu-22.04 steps: - - uses: igorjs/gh-actions-clean-workflow@v5 + - uses: igorjs/gh-actions-clean-workflow@v6 with: token: ${{ secrets.PA_TOKEN }} owner: ${{ github.repository_owner }}