diff --git a/.github/workflows/make-images.yml b/.github/workflows/make-images.yml index c3768c6..2569e41 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@v5 - 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@v5 - 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..995a5b9 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@v5 - 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@v5 - 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..ff646e3 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@v5 - 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@v5 - name: "Build nginx old image for specific version" uses: docker/build-push-action@v6