Skip to content

Commit 739b7bb

Browse files
Bump the github-actions group across 1 directory with 2 updates (#80)
1 parent 43ffb5e commit 739b7bb

5 files changed

+10
-10
lines changed

.github/workflows/test_linalg_ops.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Install Python packages.
4646
- name: Setup Python
47-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
47+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4848
with:
4949
python-version: "3.11"
5050
- name: Setup Python venv

.github/workflows/test_litert_models.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Install Python packages.
4444
- name: Setup Python
45-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
45+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4646
with:
4747
python-version: "3.11"
4848
- name: Setup Python venv
@@ -65,7 +65,7 @@ jobs:
6565
--self-contained-html
6666
6767
- name: Upload HTML report
68-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6969
with:
7070
name: litert_models_test_report_cpu_llvm_task.html
7171
path: ${{ env.HTML_REPORT_PATH }}

.github/workflows/test_onnx_models.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Install Python packages.
4444
- name: Setup Python
45-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
45+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4646
with:
4747
python-version: "3.11"
4848
- name: Setup Python venv
@@ -65,7 +65,7 @@ jobs:
6565
--self-contained-html
6666
6767
- name: Upload HTML report
68-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6969
with:
7070
name: onnx_models_test_report_cpu_llvm_task.html
7171
path: ${{ env.HTML_REPORT_PATH }}

.github/workflows/test_onnx_ops.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Install Python packages.
4545
- name: Setup Python
46-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
46+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4747
with:
4848
python-version: "3.11"
4949
- name: Setup Python venv
@@ -68,7 +68,7 @@ jobs:
6868
--report-log=/tmp/onnx_ops_cpu_logs.json \
6969
--config-files=${CONFIG_FILE_PATH}
7070
- name: Upload HTML report
71-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7272
with:
7373
name: onnx_ops_test_report_cpu_llvm_sync.html
7474
path: ${{ env.HTML_REPORT_PATH }}
@@ -80,7 +80,7 @@ jobs:
8080
--config-file=${CONFIG_FILE_PATH}
8181
cat ${CONFIG_FILE_PATH}
8282
- name: Upload new config file
83-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8484
with:
8585
name: onnx_ops_cpu_llvm_sync.json
8686
path: ${{ env.CONFIG_FILE_PATH }}

.github/workflows/test_sharktank_models.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Install Python packages.
4646
- name: Setup Python
47-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
47+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4848
with:
4949
python-version: "3.11"
5050
- name: Setup Python venv
@@ -69,7 +69,7 @@ jobs:
6969
--ignore=sharktank_models/test_suite
7070
7171
- name: Upload HTML report
72-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
72+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7373
with:
7474
name: sharktank_models_test_report_cpu_llvm_task.html
7575
path: ${{ env.HTML_REPORT_PATH }}

0 commit comments

Comments
 (0)