File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575 using : composite
7676 steps :
7777 - name : Setting up GitHub Repository
78- uses : actions/checkout@v3
78+ uses : actions/checkout@v4
7979 with :
8080 repository : Qualys/github-action-qwas
8181
@@ -85,13 +85,13 @@ runs:
8585 shell : bash
8686
8787 - name : Setting up Java Environment
88- uses : actions/setup-java@v3
88+ uses : actions/setup-java@v4
8989 with :
9090 java-version : ' 17'
9191 distribution : ' oracle'
9292
9393 - name : Caching Maven dependencies
94- uses : actions/cache@v3
94+ uses : actions/cache@v4
9595 with :
9696 path : ~/.m2/repository
9797 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -103,7 +103,7 @@ runs:
103103 shell : bash
104104
105105 - name : Storing Maven dependencies in cache
106- uses : actions/cache@v3
106+ uses : actions/cache@v4
107107 with :
108108 path : ~/.m2/repository
109109 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments