From b682a57e8cf26e3cdbc3fa3ccaea69034560df2f Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Thu, 16 Jan 2025 13:28:15 -0500 Subject: [PATCH] Bump action files to latetst versions --- .github/workflows/clean-closed-pr-caches.yaml | 2 +- .github/workflows/performance.yaml | 2 +- .github/workflows/sync-onnxrt-main.yaml | 4 ++-- .github/workflows/sync_rocMLIR.yaml | 2 +- .github/workflows/unreleased_rocm.yaml | 2 +- .github/workflows/weekly_master_sync.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/clean-closed-pr-caches.yaml b/.github/workflows/clean-closed-pr-caches.yaml index 929397a433f..eef11cc2beb 100644 --- a/.github/workflows/clean-closed-pr-caches.yaml +++ b/.github/workflows/clean-closed-pr-caches.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: Cleanup run: | diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index c2dcedd66cb..f1410dabc47 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -60,7 +60,7 @@ jobs: perf_timeout: ${{ steps.read_config.outputs.perf_timeout }} steps: - name: checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: read_config id: read_config run: | diff --git a/.github/workflows/sync-onnxrt-main.yaml b/.github/workflows/sync-onnxrt-main.yaml index 096dc91f7ad..ba1713b7daf 100644 --- a/.github/workflows/sync-onnxrt-main.yaml +++ b/.github/workflows/sync-onnxrt-main.yaml @@ -18,7 +18,7 @@ jobs: - name: echo_sha1 run: echo ${{ env.onnxsha }} - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.2.2 with: ref: develop @@ -54,4 +54,4 @@ jobs: TedThemistokleous causten draft: false - base: develop \ No newline at end of file + base: develop diff --git a/.github/workflows/sync_rocMLIR.yaml b/.github/workflows/sync_rocMLIR.yaml index 9f473859c7c..351d97cc482 100644 --- a/.github/workflows/sync_rocMLIR.yaml +++ b/.github/workflows/sync_rocMLIR.yaml @@ -56,7 +56,7 @@ jobs: repo_org: ${{ steps.read_config.outputs.repo_org }} steps: - name: checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: read_config id: read_config run: | diff --git a/.github/workflows/unreleased_rocm.yaml b/.github/workflows/unreleased_rocm.yaml index 1b075df3710..841c80bfa7c 100644 --- a/.github/workflows/unreleased_rocm.yaml +++ b/.github/workflows/unreleased_rocm.yaml @@ -56,7 +56,7 @@ jobs: perf_timeout: ${{ steps.read_config.outputs.perf_timeout }} steps: - name: checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: read_config id: read_config run: | diff --git a/.github/workflows/weekly_master_sync.yaml b/.github/workflows/weekly_master_sync.yaml index 4cd0c88aa89..aeccd643ba2 100644 --- a/.github/workflows/weekly_master_sync.yaml +++ b/.github/workflows/weekly_master_sync.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.2.2 with: ref: develop fetch-depth: '0'