File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : Run checkstyle
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 with :
1212 submodules : recursive
1313 - name : Set up JDK 11
3838 ' 20'
3939 ]
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 submodules : recursive
4444 - name : Set up JDK ${{ matrix.java_version }}
@@ -125,7 +125,7 @@ jobs:
125125 ]
126126
127127 steps :
128- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v4
129129 with :
130130 submodules : recursive
131131 - name : Set up JDK ${{ matrix.java_version }}
@@ -139,7 +139,7 @@ jobs:
139139 - name : Setup TEMP_DIR
140140 run : echo "TEMP_DIR=$(mktemp -d --tmpdir=/home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin git-commit-id-gradle-debugging.XXXXXXXXXX)" >> $GITHUB_ENV
141141 - name : Checkout git-commit-id-gradle-debugging to run actual gradle integration tests
142- uses : actions/checkout@v3
142+ uses : actions/checkout@v4
143143 with :
144144 submodules : recursive
145145 repository : git-commit-id/git-commit-id-gradle-debugging
You can’t perform that action at this time.
0 commit comments