File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 name : Update Boilerplate
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 fetch-depth : " 0"
1313 - name : Update Boilerplate
3333 team-reviewers : |
3434 owners
3535 maintainers
36- draft : false
36+ draft : false
Original file line number Diff line number Diff line change 1010 build-snapshot :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Cache local Maven repository
15- uses : actions/cache@v2
15+ uses : actions/cache@v4
1616 with :
1717 path : ~/.m2/repository
1818 key : ${{ runner.os }}-maven-prepare-release-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 77 name : Update flyteidl
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 fetch-depth : " 0"
1313 - name : Update flyteidl
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 name : flytekit-java release
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 fetch : " 0"
1313
1414 # https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven#caching-dependencies
1515 - name : Cache local Maven repository
16- uses : actions/cache@v2
16+ uses : actions/cache@v4
1717 with :
1818 path : ~/.m2/repository
1919 key : ${{ runner.os }}-maven-prepare-release-${{ hashFiles('pom.xml') }}
You can’t perform that action at this time.
0 commit comments