File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 ref : ${{ github.event.workflow_run.head_sha }}
4343 - name : Cache
44- uses : actions/cache@v2.1.3
44+ uses : actions/cache@v4
4545 with :
4646 path : ~/.m2/repository
4747 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 with :
3535 ref : ${{ github.event.workflow_run.head_sha }}
3636 - name : Cache
37- uses : actions/cache@v2.1.3
37+ uses : actions/cache@v4
3838 with :
3939 path : ~/.m2/repository11
4040 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
4141 restore-keys : |
4242 ${{ runner.os }}-maven-${{ github.workflow }}
4343 - name : Cache SonarCloud packages
44- uses : actions/cache@v2.1.3
44+ uses : actions/cache@v4
4545 with :
4646 path : ~/.sonar/cache
4747 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 2222
2323 <groupId >io.cdap.plugin</groupId >
2424 <artifactId >condition-plugins</artifactId >
25- <version >1.14.0-SNAPSHOT </version >
25+ <version >1.14.0</version >
2626 <name >Condition Plugin</name >
2727 <description >A plugin for making control flow decision within a pipeline</description >
2828 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments