From 83ad88976173671fc8f0c7534318a51fe549d1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:03:52 +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 2c163ec..ac00b34 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Update license year - uses: p3lim/license-year-updater@v1 + uses: p3lim/license-year-updater@v2 with: files: LICENSE.txt