File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : actions/cache@v2.1.7
15
+ - uses : actions/cache@v2.1.6
16
16
with :
17
17
path : ~/.gradle/caches
18
18
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
30
30
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
31
31
run : ./gradlew useLatestVersions
32
32
- name : Create Pull Request
33
- uses : peter-evans/create-pull-request@v3.11.0
33
+ uses : peter-evans/create-pull-request@v3.10.1
34
34
with :
35
35
token : ${{ secrets.GH_TOKEN }}
36
36
committer : micronaut-build <${{ secrets.MICRONAUT_BUILD_EMAIL }}>
Original file line number Diff line number Diff line change 29
29
sudo apt-get clean
30
30
df -h
31
31
- uses : actions/checkout@v2
32
- - uses : actions/cache@v2.1.7
32
+ - uses : actions/cache@v2.1.6
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 29
29
sudo apt-get clean
30
30
df -h
31
31
- uses : actions/checkout@v2
32
- - uses : actions/cache@v2.1.7
32
+ - uses : actions/cache@v2.1.6
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - uses : actions/cache@v2.1.7
14
+ - uses : actions/cache@v2.1.6
15
15
with :
16
16
path : ~/.gradle/caches
17
17
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments