diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a2b91b..a44218c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a single command using the runners shell - name: Run a one-line script diff --git a/README.md b/README.md index e754f3c..c93c031 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # leafage-starter-parent + +
+ + +
+ 项目依赖版本pom(已发布到maven repository) ### 介绍: diff --git a/pom.xml b/pom.xml index 15545f9..d2a3a16 100644 --- a/pom.xml +++ b/pom.xml @@ -5,20 +5,20 @@