bumped actions version

This commit is contained in:
Jesse Houldsworth 2025-03-28 12:06:58 -07:00
parent 7171a843be
commit 7da9fba393

View file

@ -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
#################################################