File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.6.0" )
44
55@file:Repository(" https://bindings.krzeminski.it" )
6- @file:DependsOn(" actions:cache:v4 " )
6+ @file:DependsOn(" actions:cache:v5 " )
77@file:DependsOn(" actions:checkout:v5" )
88@file:DependsOn(" actions:setup-java:v5" )
99@file:DependsOn(" gradle:actions__setup-gradle:v5" )
Original file line number Diff line number Diff line change 4747 - id : ' step-0'
4848 uses : ' actions/checkout@v5'
4949 - id : ' step-1'
50- uses : ' actions/cache@v4 '
50+ uses : ' actions/cache@v5 '
5151 with :
5252 path : ' buildSrc/build'
5353 key : ' gradle-buildSrc-build-dir-${{ runner.os }}'
7575 - id : ' step-0'
7676 uses : ' actions/checkout@v5'
7777 - id : ' step-1'
78- uses : ' actions/cache@v4 '
78+ uses : ' actions/cache@v5 '
7979 with :
8080 path : ' buildSrc/build'
8181 key : ' gradle-buildSrc-build-dir-${{ runner.os }}'
You can’t perform that action at this time.
0 commit comments