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