diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 5b58919da..f0e19ee36 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -18,7 +18,7 @@ jobs: # 1) Checkout the repository to the runner ################################################# - name: Checkout - uses: actions/checkout@v3 # Pulls the latest code from the repository + uses: actions/checkout@v4 # Pulls the latest code from the repository ################################################# # 2) Set up Java environment @@ -58,9 +58,6 @@ jobs: - name: ping jfrog run: jf rt ping - - name: confirm artifactory secret - run: echo $ARTIFACTORY_REPO_URL - ################################################# # 6) Configure Maven to use JFrog as a repository #################################################