From c995efd8cdb00137182561c84c541ca8d5107a6e Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 8 Sep 2024 22:03:45 +0200 Subject: [PATCH] feature: migrate to self host actions --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2dc92c6..fa1cb20 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ runs: steps: - name: Retrieve root ca certificate id: get-ca-cert - uses: RouxAntoine/get-ca-cert@v1.0.0 + uses: https://antoine-roux.tk/projects/actions/get-ca-cert@v1.0.0 - name: Setup java ${{ inputs.distribution }} version ${{ inputs.version }} uses: actions/setup-java@v4 @@ -31,7 +31,7 @@ runs: overwrite-settings: false - name: Add root certificate to java truststore - uses: RouxAntoine/add-ca-truststore@v1.1.0 + uses: https://antoine-roux.tk/projects/actions/add-ca-truststore@v1.1.0 id: add-ca-to-truststore with: alias-name: antoine-roux.tk