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 77 name : Run checkstyle
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 with :
1212 submodules : recursive
1313 - name : Set up JDK 17
4444 ' 26'
4545 ]
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 with :
4949 submodules : recursive
5050 - name : Set up JDK ${{ matrix.java_version }}
@@ -111,7 +111,7 @@ jobs:
111111 gradle_version : ' 7.6.6'
112112
113113 steps :
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v6
115115 with :
116116 submodules : recursive
117117 - name : Set up JDK ${{ matrix.java_version }}
@@ -134,7 +134,7 @@ jobs:
134134 - name : Setup TEMP_DIR
135135 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
136136 - name : Checkout git-commit-id-gradle-debugging to run actual gradle integration tests
137- uses : actions/checkout@v4
137+ uses : actions/checkout@v6
138138 with :
139139 submodules : recursive
140140 repository : git-commit-id/git-commit-id-gradle-debugging
You can’t perform that action at this time.
0 commit comments