File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 environment : ' rti-validate'
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242
4343 - name : Set timestamp
4444 shell : bash
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 ENV_NAME : ${{ steps.generate_env_name.outputs.ENV_NAME }}
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454
5555 - name : Setup Azure CLI
56- uses : azure/login@v2
56+ uses : azure/login@v3
5757 with :
5858 client-id : ${{ env.AZURE_CLIENT_ID }}
5959 tenant-id : ${{ env.AZURE_TENANT_ID }}
@@ -140,10 +140,10 @@ jobs:
140140 ENV_NAME : ${{ needs.build.outputs.ENV_NAME }}
141141 steps :
142142 - name : Checkout
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v6
144144
145145 - name : Azure CLI login
146- uses : azure/login@v2
146+ uses : azure/login@v3
147147 with :
148148 client-id : ${{ env.AZURE_CLIENT_ID }}
149149 tenant-id : ${{ env.AZURE_TENANT_ID }}
@@ -271,10 +271,10 @@ jobs:
271271 SOLUTION_SUFFIX : ${{ needs.deploy.outputs.SOLUTION_SUFFIX }}
272272 steps :
273273 - name : Checkout
274- uses : actions/checkout@v4
274+ uses : actions/checkout@v6
275275
276276 - name : Azure CLI login
277- uses : azure/login@v2
277+ uses : azure/login@v3
278278 with :
279279 client-id : ${{ env.AZURE_CLIENT_ID }}
280280 tenant-id : ${{ env.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
2323 # For PR : Get only changed markdown files
2424 - name : Get changed markdown files (PR only)
2525 id : changed-markdown-files
2626 if : github.event_name == 'pull_request'
27- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
27+ uses : tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2828 with :
2929 files : |
3030 **/*.md
3434 - name : Check Broken Links in Changed Markdown Files
3535 id : lychee-check-pr
3636 if : github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
37- uses : lycheeverse/lychee-action@v2.4.1
37+ uses : lycheeverse/lychee-action@v2.8.0
3838 with :
3939 args : >
4040 --verbose --exclude-mail --no-progress --exclude ^https?://
4747 - name : Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848 id : lychee-check-manual
4949 if : github.event_name == 'workflow_dispatch'
50- uses : lycheeverse/lychee-action@v2.4.1
50+ uses : lycheeverse/lychee-action@v2.8.0
5151 with :
5252 args : >
5353 --verbose --exclude-mail --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.sha }}
2121
22- - uses : codfish/semantic-release-action@v3
22+ - uses : codfish/semantic-release-action@v5
2323 id : semantic
2424 with :
2525 tag-format : ' v${version}'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : ${{ github.event_name != 'merge_group' }}
1919 steps :
20- - uses : amannn/action-semantic-pull-request@v5
20+ - uses : amannn/action-semantic-pull-request@v6
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 matrix :
2222 python-version : ["3.11"]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Mark Stale Issues and PRs
15- uses : actions/stale@v9
15+ uses : actions/stale@v10
1616 with :
1717 stale-issue-message : " This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or it will be closed in 30 days."
1818 stale-pr-message : " This PR is stale because it has been open 180 days with no activity. Please update or it will be closed in 30 days."
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0 # Fetch full history for accurate branch checks
3030 - name : Fetch All Branches
7575 env :
7676 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7777 - name : Upload CSV Report of Inactive Branches
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : merged-branches-report
8181 path : merged_branches_report.csv
You can’t perform that action at this time.
0 commit comments