mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
bumped actions version
This commit is contained in:
parent
7171a843be
commit
7da9fba393
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci-pipeline.yml
vendored
5
.github/workflows/ci-pipeline.yml
vendored
|
@ -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
|
||||
#################################################
|
||||
|
|
Loading…
Reference in a new issue