Skip to content

Commit

Permalink
chore(deps): bump fsfe/reuse-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2 to 3.
- [Release notes](https://github.com/fsfe/reuse-action/releases)
- [Commits](fsfe/reuse-action@v2...v3)

---
updated-dependencies:
- dependency-name: fsfe/reuse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 43a9fbe commit ace498c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ace498c

Please sign in to comment.