Skip to content

Commit

Permalink
CI: update Gradle wrapper validation to latest version
Browse files Browse the repository at this point in the history
Wrapper validation now hosted at gradle/actions repo.
  • Loading branch information
qupo1 authored Nov 17, 2024
1 parent e496dc1 commit 6757905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Wrapper validation
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v4

- name: Speedup dpkg
run: sudo sh -c "echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/force-unsafe-io"
Expand Down

0 comments on commit 6757905

Please sign in to comment.