From c46eeec5e221fd5e7184e6bef974d67671558aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:12:35 +0000 Subject: [PATCH] Bump igorjs/gh-actions-clean-workflow from 6 to 7 Bumps [igorjs/gh-actions-clean-workflow](https://github.com/igorjs/gh-actions-clean-workflow) from 6 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/v6...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/clean-workflow-logs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-workflow-logs.yml b/.github/workflows/clean-workflow-logs.yml index 63e71a11d..b63adde83 100644 --- a/.github/workflows/clean-workflow-logs.yml +++ b/.github/workflows/clean-workflow-logs.yml @@ -21,7 +21,7 @@ jobs: permissions: actions: write steps: - - uses: igorjs/gh-actions-clean-workflow@v6 + - uses: igorjs/gh-actions-clean-workflow@v7 with: runs_older_than: ${{ github.event.inputs.runs_older_than || env.SCHEDULED_RUNS_OLDER_THAN }} runs_to_keep: ${{ github.event.inputs.runs_to_keep || env.SCHEDULED_RUNS_TO_KEEP }}