From 946105e4077b8be7c02b2a88286835241ebe46fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 11:51:53 +0200 Subject: [PATCH] Update EndBug/version-check action to v2 (#3) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e51bd9..3410d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Version Check id: check - uses: EndBug/version-check@v1 + uses: EndBug/version-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}