File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 environment : ' rti-validate'
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 - name : Validate AZD template
2525 uses : microsoft/template-validation-action@Latest
2626 id : validation
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 environment : ' rti-build'
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545
4646 - name : Setup Azure CLI
47- uses : azure/login@v2
47+ uses : azure/login@v3
4848 with :
4949 client-id : ${{ env.AZURE_CLIENT_ID }}
5050 tenant-id : ${{ env.AZURE_TENANT_ID }}
@@ -84,10 +84,10 @@ jobs:
8484 # if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/pre-deploy-alguadam' || github.event_name == 'workflow_dispatch'
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v6
8888
8989 - name : Azure CLI login
90- uses : azure/login@v2
90+ uses : azure/login@v3
9191 with :
9292 client-id : ${{ env.AZURE_CLIENT_ID }}
9393 tenant-id : ${{ env.AZURE_TENANT_ID }}
@@ -110,7 +110,7 @@ jobs:
110110 }
111111
112112 - name : Setup Python Environment
113- uses : actions/setup-python@v5
113+ uses : actions/setup-python@v6
114114 with :
115115 python-version : " 3.11"
116116
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@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
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 99 matrix :
1010 python-version : ["3.11"]
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818
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