File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ jobs:
140140 env :
141141 PHP_VERSION : ${{ matrix.php }}
142142 run : |
143+ php ../composer.phar config audit.block-insecure false
143144 if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
144145 php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
145146 else
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 # Step 1: Run actionlint for logic/deprecation checks
2323 - name : Run actionlint
24- uses : raven-actions/actionlint@v1
24+ uses : raven-actions/actionlint@v2
2525
2626 # Step 2: Set up Python for schema validation
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.x"
3131
You can’t perform that action at this time.
0 commit comments