File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 DEVELOCITY_API_CACHE_ENABLED : " false"
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : gradle check
2222 uses : ./.github/actions/build
2323 with :
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - run : pip install -r .github/scripts/requirements.txt
3232 - name : ' unittest discover'
3333 run : python3 -m unittest discover -bs .github/scripts
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Build javadoc
3131 uses : ./.github/actions/build
3232 with :
4343 contents : write
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 ref : gh-pages
4949 - name : Delete current javadoc
Original file line number Diff line number Diff line change 2929 DEVELOCITY_API_TOKEN : " ${{ secrets.DEVELOCITY_API_TOKEN }}"
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Verify that version property matches tag
3434 if : ${{ inputs.dry_run != true }}
3535 run : grep -qP '^version=${{ github.ref_name }}$' gradle.properties
Original file line number Diff line number Diff line change 1919 contents : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Submit Gradle dependencies
2424 uses : gradle/actions/dependency-submission@v4
2525 env :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Check README links
2323 uses : gaurav-nelson/github-action-markdown-link-check@v1
2424 with :
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : ' Checkout'
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : ' Update API spec version'
3131 run : |
3232 if ./.github/scripts/update_api_spec_version.py | tee new.txt; then
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : ' Checkout'
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - run : pip install -r .github/scripts/requirements.txt
You can’t perform that action at this time.
0 commit comments