From e326bb62938094faf1b22e95a1fb4f8862b352a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:08:58 +0000 Subject: [PATCH] build(deps): bump c-hive/gha-remove-artifacts from 1 to 1.2.0 Bumps [c-hive/gha-remove-artifacts](https://github.com/c-hive/gha-remove-artifacts) from 1 to 1.2.0. - [Release notes](https://github.com/c-hive/gha-remove-artifacts/releases) - [Commits](https://github.com/c-hive/gha-remove-artifacts/compare/v1...v1.2.0) Signed-off-by: dependabot[bot] --- .github/workflows/clean-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-artifacts.yml b/.github/workflows/clean-artifacts.yml index edebe53a8dad..cc37fac21794 100644 --- a/.github/workflows/clean-artifacts.yml +++ b/.github/workflows/clean-artifacts.yml @@ -12,6 +12,6 @@ jobs: steps: - name: Remove old artifacts - uses: c-hive/gha-remove-artifacts@v1 + uses: c-hive/gha-remove-artifacts@v1.2.0 with: age: '7 days'