From 0a871579147123178b1bd3c3d7f2cdf2bd8f7de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:51:40 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update_lets_encrypt_certificate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_lets_encrypt_certificate.yml b/.github/workflows/update_lets_encrypt_certificate.yml index 3d58e8410e..96faa0c24f 100644 --- a/.github/workflows/update_lets_encrypt_certificate.yml +++ b/.github/workflows/update_lets_encrypt_certificate.yml @@ -9,7 +9,7 @@ jobs: name: Update Let's Encrypt certificate steps: - name: Checkout to certificates - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: hazelcast/private-test-artifacts path: certs @@ -20,7 +20,7 @@ jobs: run: | unzip certs.jar - name: Checkout to client - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: hazelcast/hazelcast-python-client path: client