From c95b8621368eede4185133ecb6378031ab1f6ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:08:22 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make-images.yml | 4 ++-- .github/workflows/make-rc.yml | 4 ++-- .github/workflows/update-old-images.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make-images.yml b/.github/workflows/make-images.yml index c3768c6..eabbdbf 100644 --- a/.github/workflows/make-images.yml +++ b/.github/workflows/make-images.yml @@ -32,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build FPM image for specific version" if: vars.LATEST_VERSION != matrix.php-version @@ -88,7 +88,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build and push nginx image for latest version" if: vars.LATEST_VERSION == matrix.php-version diff --git a/.github/workflows/make-rc.yml b/.github/workflows/make-rc.yml index 48f0f81..32a0947 100644 --- a/.github/workflows/make-rc.yml +++ b/.github/workflows/make-rc.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build FPM image for specific version" if: vars.LATEST_VERSION != matrix.php-version @@ -79,7 +79,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build and push nginx image for latest version" if: vars.LATEST_VERSION == matrix.php-version diff --git a/.github/workflows/update-old-images.yml b/.github/workflows/update-old-images.yml index 7bae788..89e9f79 100644 --- a/.github/workflows/update-old-images.yml +++ b/.github/workflows/update-old-images.yml @@ -30,7 +30,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build FPM image for specific version" uses: docker/build-push-action@v6 @@ -70,7 +70,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: "Checkout the current branch" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Build nginx old image for specific version" uses: docker/build-push-action@v6