File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v6
5454
5555 - name : Setup Python Version
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ inputs.python_version }}
5959
Original file line number Diff line number Diff line change 4444 template-path : .github/ISSUE_TEMPLATE/${{ matrix.template }}
4545
4646 - name : Apply Labels from Triage
47- uses : redhat-plumbers-in-action/advanced-issue-labeler@v2
47+ uses : redhat-plumbers-in-action/advanced-issue-labeler@v3
4848 with :
4949 issue-form : ${{ steps.issue-parser.outputs.jsonString }}
5050 template : ${{ matrix.template }}
Original file line number Diff line number Diff line change 8080 - name : Build a ${{ env.latest_mu_branch }} Draft
8181 if : ${{ startsWith(github.ref, env.latest_mu_branch_full) }}
8282 id : update_draft_n
83- uses : release-drafter/release-drafter@v6 .2.0
83+ uses : release-drafter/release-drafter@v7 .2.0
8484 with :
8585 # Note: Path is relative to .github/
8686 config-name : release-draft-config-n.yml
8989 - name : Build a ${{ env.previous_mu_branch }} Draft
9090 if : ${{ startsWith(github.ref, env.previous_mu_branch_full) }}
9191 id : update_draft_n_1
92- uses : release-drafter/release-drafter@v6 .2.0
92+ uses : release-drafter/release-drafter@v7 .2.0
9393 with :
9494 # Note: Path is relative to .github/
9595 config-name : release-draft-config-n-1.yml
9898 - name : Build the New Release Draft
9999 if : ${{ !startsWith(github.ref, 'refs/heads/release') }}
100100 id : update_draft_non_release
101- uses : release-drafter/release-drafter@v6 .2.0
101+ uses : release-drafter/release-drafter@v7 .2.0
102102 with :
103103 # Note: Path is relative to .github/
104104 config-name : release-draft-config.yml
Original file line number Diff line number Diff line change 3434
3535 - name : Get Current Draft Release
3636 id : draft_release
37- uses : actions/github-script@v8
37+ uses : actions/github-script@v9
3838 with :
3939 script : |
4040 const releases = await github.rest.repos.listReleases({
8080 RUSTC_BOOTSTRAP : 1
8181
8282 - name : Wait for Release Draft Updater
83- uses : actions/github-script@v8
83+ uses : actions/github-script@v9
8484 with :
8585 script : |
8686 const workflowId = "release-draft.yml";
@@ -116,7 +116,7 @@ jobs:
116116 }
117117
118118 - name : Publish Release
119- uses : actions/github-script@v8
119+ uses : actions/github-script@v9
120120 with :
121121 script : |
122122 const releaseId = ${{ steps.draft_release.outputs.id }};
Original file line number Diff line number Diff line change 7575 steps :
7676 - name : Generate Token
7777 id : app-token
78- uses : actions/create-github-app-token@v2
78+ uses : actions/create-github-app-token@v3
7979 with :
8080 app-id : ${{ vars.MU_ACCESS_APP_ID }}
8181 private-key : ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 6868
6969 - name : Check for Validation Errors
7070 if : env.VALIDATION_ERROR
71- uses : actions/github-script@v8
71+ uses : actions/github-script@v9
7272 with :
7373 script : |
7474 core.setFailed('PR Formatting Validation Check Failed!')
You can’t perform that action at this time.
0 commit comments