chore: bump deps

This commit is contained in:
Alexandre Daubois
2025-08-26 08:54:47 +02:00
committed by Kévin Dunglas
parent c14d771fdf
commit 99bb87167e
9 changed files with 130 additions and 120 deletions

View File

@@ -85,7 +85,7 @@ jobs:
echo ref="${FRANKENPHP_LATEST_TAG}"
echo skip=false
} >> "${GITHUB_OUTPUT}"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ !fromJson(steps.check.outputs.skip) }}
with:
ref: ${{ steps.check.outputs.ref }}
@@ -138,7 +138,7 @@ jobs:
run: |
platform=${{ matrix.platform }}
echo "sanitized_platform=${platform//\//-}" >> "${GITHUB_OUTPUT}"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ needs.prepare.outputs.ref }}
- name: Set up Docker Buildx