Skip to content

Commit fc18bc9

Browse files
committed
Merge branch '2.x-dev' into new-asset-system
2 parents 9e1c2df + b2a3fb9 commit fc18bc9

File tree

4 files changed

+32
-28
lines changed

4 files changed

+32
-28
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
env:
225225
ENV: testing
226226

227-
- uses: codecov/codecov-action@v4
227+
- uses: codecov/codecov-action@v5
228228
with:
229229
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
230230
fail_ci_if_error: false # optional (default = false)

.github/workflows/coverage-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml
3737

3838
- name: "Publish coverage report to Codecov"
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

package-lock.json

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"hydefront": "^3.3.0",
1111
"postcss": "^8.4.49",
1212
"prettier": "3.3.3",
13-
"tailwindcss": "^3.4.14",
13+
"tailwindcss": "^3.4.15",
1414
"vite": "^5.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)