Skip to content

Commit

Permalink
Bump action files to latetst versions
Browse files Browse the repository at this point in the history
  • Loading branch information
causten committed Jan 16, 2025
1 parent 720bc53 commit b682a57
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-closed-pr-caches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-onnxrt-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
TedThemistokleous
causten
draft: false
base: develop
base: develop
2 changes: 1 addition & 1 deletion .github/workflows/sync_rocMLIR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unreleased_rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_master_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b682a57

Please sign in to comment.