From f6e30f3ba67f5a935e0df071274efe98aa3f161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 06:23:15 +0000 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from v2.0.3 to v3 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from v2.0.3 to v3. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v2.0.3...d2f0f317390a6154a7b5941b30deaf11fcf97500) Signed-off-by: dependabot[bot] --- .github/workflows/editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index a3b6c54bb6ab1..1f93478c67b20 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: technote-space/get-diff-action@v2.0.3 + - uses: technote-space/get-diff-action@v3 - name: Fetch editorconfig-checker env: VERSION: "2.1.0"