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 Nov 22, 2024
1 parent dc43abb commit e758c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-duster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Duster"
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 @@ -21,7 +21,7 @@
"phpunit/phpunit": "^9.6",
"spatie/ray": "^1.37",
"symfony/var-dumper": "^6.1",
"tightenco/duster": "^2.0"
"tightenco/duster": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e758c64

Please sign in to comment.