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
4 changes: 2 additions & 2 deletions .github/workflows/_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
instructions: |
This is used to run Android emulators, ANDROID_HOME is installed at /opt/android/sdk

- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: false

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: AVD cache
uses: actions/cache@v4
uses: actions/cache@v5
id: avd-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-unanswered-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add open issues and open, non-draft PRs to org project (excluding certain authors)
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.ET_EXT_CONTRIB }}
script: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: linux.2xlarge
steps:
- name: Download the artifacts from GitHub
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
# The name here needs to match the name of the upload-artifact parameter
name: ios-demo-app
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GH_PYTORCHBOT_CHERRY_PICK_TOKEN || secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.11'
cache: pip
Expand All @@ -217,7 +217,7 @@ jobs:
role-to-assume: arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-ios
aws-region: us-east-1
- name: Download the artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
name: executorch-frameworks-ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-c10-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: check-c10-sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Clone PyTorch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
if: github.repository_owner == 'pytorch'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.10'
# Not the direct dependencies but the script uses trymerge
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- name: Checkout repo
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: true
token: ${{ secrets.GH_PYTORCHBOT_CHERRY_PICK_TOKEN }}

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.10'
cache: pip
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cuda-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
outputs:
benchmark_configs: ${{ steps.set-parameters.outputs.benchmark_configs }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: 'false'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Set parameters
Expand Down Expand Up @@ -341,17 +341,17 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: false

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.10'

- name: Download all benchmark results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
pattern: results-*
path: all_results/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
github-secret: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout Executorch
uses: actions/checkout@v3
uses: actions/checkout@v6

- name: Setup Linux
uses: pytorch/test-infra/.github/actions/setup-linux@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghstack_land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-22.04
environment: cherry-pick-bot
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
fetch-depth: '0'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Try to merge PR to main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pending_user_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
outputs:
models: ${{ steps.gather-models.outputs.models }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: 'false'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Extract the list of models to test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ jobs:
outputs:
qnn: ${{ steps.filter.outputs.qnn }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
Loading