File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Docker check
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Login to Docker Hub
1414 uses : docker/login-action@v2
1515 with :
Original file line number Diff line number Diff line change 2020 uses : shogo82148/actions-setup-redis@v1
2121 with :
2222 redis-version : ' 6.x'
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up JDK ${{ matrix.java }}
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@v4
2626 with :
2727 java-version : ${{ matrix.java }}
2828 distribution : ' adopt'
Original file line number Diff line number Diff line change 77 name : Build Native Image
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : graalvm/setup-graalvm@v1
1212 with :
1313 java-version : ' 11'
Original file line number Diff line number Diff line change 88 name : Upload Release Asset
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Set up JDK 8
13- uses : actions/setup-java@v3
13+ uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 8'
1616 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments