From adfac7717a6149d932d3ff02db949479d071e118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 01:12:37 +0000 Subject: [PATCH] Bump p3lim/license-year-updater from 1 to 2 Bumps [p3lim/license-year-updater](https://github.com/p3lim/license-year-updater) from 1 to 2. - [Release notes](https://github.com/p3lim/license-year-updater/releases) - [Commits](https://github.com/p3lim/license-year-updater/compare/v1...v2) --- updated-dependencies: - dependency-name: p3lim/license-year-updater dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index d841313..2dcfd41 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Update license year - uses: p3lim/license-year-updater@v1 + uses: p3lim/license-year-updater@v2 with: files: LICENSE.txt