From 7da9fba39370153d3fd16e215b5b76e4226b388e Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Fri, 28 Mar 2025 12:06:58 -0700 Subject: [PATCH] bumped actions version --- .github/workflows/ci-pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 #################################################