Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update_lets_encrypt_certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down