From 62668b9bc11efa0034d5ae6c72cff90d5a5b94b1 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 8 Sep 2024 22:01:10 +0200 Subject: [PATCH] doc: change usage example with migration to self hosted gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c3e68..82dae7c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: steps: - name: Retrieve root ca certificate id: get-ca-cert - uses: RouxAntoine/get-ca-cert@master + uses: https://antoine-roux.tk/projects/actions/get-ca-cert@v1.1.0 - run: | echo "${{ steps.get-ca-cert.outputs.ca-cert }}" @@ -30,7 +30,7 @@ jobs: java-version: '21' - name: Add root certificate to java truststore - uses: RouxAntoine/add-ca-truststore@master + uses: https://antoine-roux.tk/projects/actions/add-ca-truststore@v1.2.0 id: add-ca-to-truststore with: ca-cert: "${{ steps.get-ca-cert.outputs.ca-cert }}"