File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939
4040 - name : Install uv
4141 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Set env TAG
2020 run : |
2121 if [ ${{ github.event.pull_request.base.ref }} == "main" ]; then
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout the latest code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 token : ${{ secrets.RHODS_CI_BOT_PAT }}
2121 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v9
10+ - uses : actions/stale@v10
1111 with :
1212 stale-issue-message : ' This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1313 days-before-stale : 60
Original file line number Diff line number Diff line change 99 pull-requests : write
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/labeler@v5
12+ - uses : actions/checkout@v5
13+ - uses : actions/labeler@v6
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : ' Download artifact'
25- uses : actions/github-script@v7
25+ uses : actions/github-script@v8
2626 with :
2727 script : |
2828 let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
4848 - name : ' Unzip artifact'
4949 run : unzip context.zip
5050 - name : ' Return Parsed JSON'
51- uses : actions/github-script@v7
51+ uses : actions/github-script@v8
5252 id : return-parsed-json
5353 with :
5454 script : |
7979 echo "REVIEW_COMMENT_BODY=${{ needs.download_context_artifact.outputs.review_comment_body }}" >> "$GITHUB_ENV"
8080 echo "GITHUB_USER_LOGIN=${{ needs.download_context_artifact.outputs.user_login }}" >> "$GITHUB_ENV"
8181 echo "ACTION=${{ needs.download_context_artifact.outputs.action }}" >> "$GITHUB_ENV"
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v5
8383
8484 - name : Install uv
8585 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout pull request
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : refs/pull/${{ github.event.issue.number }}/head
2121 - name : Install uv
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Install uv
1515 uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments