File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Build on Java ${{ matrix.java }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 - name : Setup java
1616 uses : actions/setup-java@v5
1717 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0 # We want all history so we can get all commits since previous git tag
1717 - name : Create release notes
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0 # We want all history so we can get all tags since previous git tag
2727 - name : Print all tags
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
4545 with :
4646 ref : main
4747 token : ${{ secrets.GH_REPO_TOKEN }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 - name : Setup java
1515 uses : actions/setup-java@v5
1616 with :
Original file line number Diff line number Diff line change 1313 name : Validation Open API
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 - name : Setup java
1818 uses : actions/setup-java@v5
1919 with :
You can’t perform that action at this time.
0 commit comments