From f0a1779cc2c0d01f5f4e772509530339a172f506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:39:36 -0400 Subject: [PATCH] build(deps): bump c-hive/gha-remove-artifacts from 1 to 1.2.0 (#16) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d5c2e72f..6cd244de 100644 --- a/.github/workflows/clean-artifacts.yml +++ b/.github/workflows/clean-artifacts.yml @@ -14,6 +14,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"