Skip to content

Commit

Permalink
Update Duster to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jun 3, 2024
1 parent 233c948 commit 194d452
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-duster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Duster Lint"
uses: tighten/duster-action@v2
uses: tighten/duster-action@v3
with:
args: lint
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-ray": "^1.32",
"tightenco/duster": "^2.0"
"tightenco/duster": "^3.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 194d452

Please sign in to comment.