From ace498c2bfd179effc839f363db7953182691f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:22:48 +0000 Subject: [PATCH] chore(deps): bump fsfe/reuse-action from 2 to 3 Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2 to 3. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v2...v3) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d295bf..72e4047 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v2 + uses: fsfe/reuse-action@v3 gdformat-check: name: 'Check GDScript Format' @@ -88,7 +88,7 @@ jobs: - name: Copy extracted archive to working directory run: cp -avr /tmp/unzipped ./unzipped - name: REUSE compliance check - uses: fsfe/reuse-action@v2 + uses: fsfe/reuse-action@v3 with: args: --root ./unzipped/addons/glam lint - name: Check that archive only contains addons directory