File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 timeout-minutes : 60
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : actions/setup-python@v5
3535 with :
3636 python-version : " 3.10"
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Get and Format Username (PR only)
1818 if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 1414 python_release_version : ${{ steps.python_release_version.outputs.release_version }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Validate ref format
1919 run : |
2020 source .github/scripts/docker_helpers.sh
4646 needs : setup
4747 steps :
4848 - name : Check out the repo
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252 - name : Docker meta
Original file line number Diff line number Diff line change 3434 steps :
3535 # We explicitly don't use acryldata/sane-checkout-action because docusaurus runs
3636 # git commands to determine the last change date for each file.
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040 - name : Set up JDK 17
Original file line number Diff line number Diff line change 1010 tag : ${{ steps.tag.outputs.tag }}
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Compute Tag
1515 id : tag
1616 run : |
2323 runs-on : ubuntu-latest
2424 needs : setup
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
Original file line number Diff line number Diff line change 1111 tag : ${{ steps.tag.outputs.tag }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Validate ref format
1616 run : |
1717 source .github/scripts/docker_helpers.sh
2828 runs-on : ubuntu-latest
2929 needs : setup
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
Original file line number Diff line number Diff line change 1111 tag : ${{ steps.tag.outputs.tag }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Validate ref format
1616 run : |
1717 source .github/scripts/docker_helpers.sh
2828 runs-on : ubuntu-latest
2929 needs : setup
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
Original file line number Diff line number Diff line change 1111 tag : ${{ steps.tag.outputs.tag }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Validate ref format
1616 run : |
1717 source .github/scripts/docker_helpers.sh
2828 runs-on : ubuntu-latest
2929 needs : setup
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
Original file line number Diff line number Diff line change 1111 tag : ${{ steps.tag.outputs.tag }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Validate ref format
1616 run : |
1717 source .github/scripts/docker_helpers.sh
2828 runs-on : ubuntu-latest
2929 needs : setup
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
Original file line number Diff line number Diff line change 1111 tag : ${{ steps.tag.outputs.tag }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Validate ref format
1616 run : |
1717 source .github/scripts/docker_helpers.sh
2828 runs-on : ubuntu-latest
2929 needs : setup
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
You can’t perform that action at this time.
0 commit comments