From 2746d69c9397b110793613fb836d348eb2f5022c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:33:20 +0000 Subject: [PATCH] Bump igorjs/gh-actions-clean-workflow from 4 to 7 Bumps [igorjs/gh-actions-clean-workflow](https://github.com/igorjs/gh-actions-clean-workflow) from 4 to 7. - [Release notes](https://github.com/igorjs/gh-actions-clean-workflow/releases) - [Changelog](https://github.com/igorjs/gh-actions-clean-workflow/blob/main/CHANGELOG.md) - [Commits](https://github.com/igorjs/gh-actions-clean-workflow/compare/v4...v7) --- updated-dependencies: - dependency-name: igorjs/gh-actions-clean-workflow dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/delwf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delwf.yml b/.github/workflows/delwf.yml index e16e689..7e8092a 100644 --- a/.github/workflows/delwf.yml +++ b/.github/workflows/delwf.yml @@ -14,7 +14,7 @@ jobs: permissions: actions: write steps: - - uses: igorjs/gh-actions-clean-workflow@v4 + - uses: igorjs/gh-actions-clean-workflow@v7 with: token: ${{ secrets.GITHUB_TOKEN }} days_old: ${{ github.event.inputs.days_old }}