File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535
3636 # Initializes the CodeQL tools for scanning.
3737 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
2121 - 6379:6379
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Cache dependencies
26- uses : actions/cache@v2
26+ uses : actions/cache@v4
2727 with :
2828 path : |
2929 ~/.m2/repository
3030 /var/cache/apt
3131 key : jedis-${{hashFiles('**/pom.xml')}}
3232 - name : Set up Java
33- uses : actions/setup-java@v2
33+ uses : actions/setup-java@v4
3434 with :
3535 java-version : ' 11'
3636 distribution : ' temurin'
Original file line number Diff line number Diff line change 2525 name : Build and Test
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929 - name : Set up publishing to maven central
30- uses : actions/setup-java@v2
30+ uses : actions/setup-java@v4
3131 with :
3232 java-version : ' 8'
3333 distribution : ' temurin'
3737 sudo apt install -y stunnel make
3838 make system-setup
3939 - name : Cache dependencies
40- uses : actions/cache@v2
40+ uses : actions/cache@v4
4141 with :
4242 path : |
4343 ~/.m2/repository
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 name : Deploy Snapshot
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : Set up publishing to maven central
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 8'
2323 distribution : ' temurin'
2424 server-id : ossrh
2525 server-username : MAVEN_USERNAME
2626 server-password : MAVEN_PASSWORD
2727 - name : Cache dependencies
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : |
3131 ~/.m2/repository
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - name : Check Spelling
11111212 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : get version from tag
1515 id : get_version
1919 echo "VERSION=$realversion" >> $GITHUB_OUTPUT
2020
2121 - name : Set up publishing to maven central
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v4
2323 with :
2424 java-version : ' 8'
2525 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments