From 09f25bc52552ce8e1540b0fc115e510399d5e253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:56:33 +0000 Subject: [PATCH] Bump makaroni4/prcop from 1.0.31 to 1.0.35 (#4755) Bumps [makaroni4/prcop](https://github.com/makaroni4/prcop) from 1.0.31 to 1.0.35. - [Release notes](https://github.com/makaroni4/prcop/releases) - [Commits](https://github.com/makaroni4/prcop/compare/v1.0.31...v1.0.35) --- updated-dependencies: - dependency-name: makaroni4/prcop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Hill --- .github/workflows/prcop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prcop.yml b/.github/workflows/prcop.yml index 88169d57c2..d047ff9ba7 100644 --- a/.github/workflows/prcop.yml +++ b/.github/workflows/prcop.yml @@ -17,7 +17,7 @@ jobs: name: PRcop steps: - name: Linting Pull Request - uses: makaroni4/prcop@v1.0.31 + uses: makaroni4/prcop@v1.0.35 with: config-file: ".github/workflows/prcop-config.json" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}