From 4a21d65d54f058b40f54750e7f67141fb52e5cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 05:43:44 +0000 Subject: [PATCH] build(deps): bump rokroskar/workflow-run-cleanup-action Bumps [rokroskar/workflow-run-cleanup-action](https://github.com/rokroskar/workflow-run-cleanup-action) from v0.2.2 to v0.3.0. - [Release notes](https://github.com/rokroskar/workflow-run-cleanup-action/releases) - [Commits](https://github.com/rokroskar/workflow-run-cleanup-action/compare/v0.2.2...035a48f84b47e111d72cf492a513179c92cd29ed) Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7df96a2c6..4ac56819f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'" steps: - - uses: rokroskar/workflow-run-cleanup-action@v0.2.2 + - uses: rokroskar/workflow-run-cleanup-action@v0.3.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" build: