Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-milestone-bugbash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contains(github.event.issue.body, '<!-- TEMPLATE: bug-bash-v1 -->')
steps:
- name: Apply milestone if missing
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const owner = context.repo.owner;
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# need to point to that fork
# Start-Build
# - name: Checkout tools repo for GitHub Event Processor sources
# uses: actions/checkout@v3
# uses: actions/checkout@v6
# with:
# repository: Azure/azure-sdk-tools
# path: azure-sdk-tools
Expand All @@ -96,7 +96,7 @@ jobs:
LABEL_SERVICE_API_KEY: ${{ env.LABEL_SERVICE_API_KEY }}

- name: Archive github event data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: event
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
# need to point to that fork
# Start-Build
# - name: Checkout tools repo for GitHub Event Processor sources
# uses: actions/checkout@v3
# uses: actions/checkout@v6
# with:
# repository: Azure/azure-sdk-tools
# path: azure-sdk-tools
Expand All @@ -155,7 +155,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive github event data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contains(github.event.check_run.name, 'Build Analyze') )
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: 'eng/common'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# need to point to that fork
# Start-Build
# - name: Checkout tools repo for GitHub Event Processor sources
# uses: actions/checkout@v3
# uses: actions/checkout@v6
# with:
# repository: Azure/azure-sdk-tools
# path: azure-sdk-tools
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive github event data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: event
Expand Down