File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed
Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5.0.0
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.GH_TAGGING_TOKEN }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5.0.0
19+ uses : actions/checkout@v5
2020 with :
2121 path : " kedro"
2222
4242 git config --global user.name "Kedro"
4343
4444 - name : Checkout target repository
45- uses : actions/checkout@v5.0.0
45+ uses : actions/checkout@v5
4646 with :
4747 repository : kedro-org/kedro-benchmark-results
4848 token : ${{ secrets.GH_TAGGING_TOKEN }}
Original file line number Diff line number Diff line change 1212 check-version :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5.0.0
15+ - uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
5050 needs.check-version.outputs.new_release == 'true'
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v5.0.0
53+ - uses : actions/checkout@v5
5454 - name : Set up Python
5555 uses : actions/setup-python@v6
5656 with :
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ${{ inputs.os }}
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5.0.0
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ inputs.branch }}
2424 - name : Install the latest version of uv with Python ${{inputs.python-version}}
25- uses : astral-sh/setup-uv@v6
25+ uses : astral-sh/setup-uv@v7
2626 with :
2727 version : " latest"
2828 python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change 1414 name : runner / vale
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5.0.0
17+ - uses : actions/checkout@v5
1818 - uses : errata-ai/vale-action@reviewdog
1919 with :
2020 reporter : github-pr-check
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
3333 - name : Install the latest version of uv with Python ${{inputs.python-version}}
34- uses : astral-sh/setup-uv@v6
34+ uses : astral-sh/setup-uv@v7
3535 with :
3636 version : " latest"
3737 python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 runs-on : ${{ inputs.os }}
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v5.0.0
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ inputs.branch }}
2828 - name : Install the latest version of uv with Python ${{inputs.python-version}}
29- uses : astral-sh/setup-uv@v6
29+ uses : astral-sh/setup-uv@v7
3030 with :
3131 version : " latest"
3232 python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ${{ inputs.os }}
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5.0.0
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ inputs.branch }}
2424 - name : Install the latest version of uv with Python ${{inputs.python-version}}
25- uses : astral-sh/setup-uv@v6
25+ uses : astral-sh/setup-uv@v7
2626 with :
2727 version : " latest"
2828 python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ${{ inputs.os }}
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5.0.0
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ inputs.branch }}
2424 - name : Install the latest version of uv with Python ${{inputs.python-version}}
25- uses : astral-sh/setup-uv@v6
25+ uses : astral-sh/setup-uv@v7
2626 with :
2727 version : " latest"
2828 python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5.0.0
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.GH_TAGGING_TOKEN }}
You can’t perform that action at this time.
0 commit comments