File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 name : Build / Tests -> JDK-${{ matrix.jdk }}/ Target java-${{ matrix.target }} / ${{ matrix.os }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
4343 fetch-depth : 0
6868 name : BUILD ${{ github.sha }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v5
71+ uses : actions/checkout@v6
7272 with :
7373 # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
7474 fetch-depth : 0
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Checkout
114- uses : actions/checkout@v5
114+ uses : actions/checkout@v6
115115 with :
116116 # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
117117 fetch-depth : 0
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Set up JDK ${{ env.DEFAULT_JAVA_VERSION }}
4242 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1616 name : Delete unneeded caches
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - run : |
2121 gh cache list --limit 500 --order asc --sort last_accessed_at | grep 'play-published-local' > caches.txt || true
2222 echo "Found $(wc -l < caches.txt | xargs) published local cache entries"
You can’t perform that action at this time.
0 commit comments