Skip to content

Commit 3524013

Browse files
Bump the github-actions group across 1 directory with 10 updates
Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [actions/cache](https://github.com/actions/cache) | `4.2.3` | `4.3.0` | | [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.18.0` | `1.20.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.3` | `5.5.1` | | [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.35` | `3.39` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.0.6` | `2.2.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.8` | `7.0.9` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) Updates `actions/cache` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) Updates `ncipollo/release-action` from 1.18.0 to 1.20.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@bcfe547...b7eabc9) Updates `codecov/codecov-action` from 5.4.3 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@18283e0...5a10915) Updates `py-cov-action/python-coverage-comment-action` from 3.35 to 3.39 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@9191068...e623398) Updates `actions/create-github-app-token` from 2.0.6 to 2.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@df432ce...7e473ef) Updates `peter-evans/create-pull-request` from 7.0.8 to 7.0.9 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@271a8d0...84ae59a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.39' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22e3d7c commit 3524013

32 files changed

+151
-151
lines changed

.github/workflows/build_packages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
outputs:
3838
version_suffix: ${{ steps.version_local.outputs.version_suffix }}
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4141
- name: Setup Python
42-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4343
with:
4444
python-version: 3.12
4545

@@ -73,7 +73,7 @@ jobs:
7373
python3 build_tools/python_deploy/compute_common_version.py --version-suffix=${version_suffix} --write-json
7474
7575
- name: Upload version_local.json files
76-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
76+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7777
with:
7878
name: version_local_files
7979
path: |
@@ -133,13 +133,13 @@ jobs:
133133

134134
steps:
135135
- name: Checkout repository
136-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
136+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
137137
with:
138138
path: "c" # Windows can hit path length limits, so use a short path.
139139
submodules: false
140140

141141
- name: Download version_local.json files
142-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
142+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
143143
with:
144144
name: version_local_files
145145
path: ./c/
@@ -154,7 +154,7 @@ jobs:
154154
echo "SHORTFIN_ENABLE_TRACING=OFF" >> $GITHUB_ENV
155155
- name: Setup cache
156156
if: ${{ inputs.build_type == 'dev' }}
157-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
158158
with:
159159
path: ${{ env.CACHE_DIR }}
160160
key: build-packages-${{ matrix.package }}-${{ matrix.platform }}-${{ matrix.python-version }}-v1-${{ github.sha }}
@@ -188,15 +188,15 @@ jobs:
188188
189189
# Always upload to GitHub artifacts.
190190
- name: Upload python wheels
191-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
192192
with:
193193
if-no-files-found: error
194194
name: snapshot-${{ matrix.package }}-${{ matrix.platform }}-${{ matrix.python-version }}
195195
path: bindist
196196
# Upload release candidate versions to a 'dev-wheels' GitHub release.
197197
- name: Release rc python wheels
198198
if: ${{ inputs.build_type == 'rc' || inputs.build_type == '' }}
199-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
199+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
200200
with:
201201
artifacts: bindist/*.whl
202202
tag: "dev-wheels"

.github/workflows/ci-amdsharktank-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
HF_HOME: "/amdshark-cache/data/huggingface"
4040
HF_TOKEN: ${{ secrets.HF_FLUX_TOKEN }}
4141
steps:
42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343

4444
- name: "Setting up Python"
4545
id: setup_python
46-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4747
with:
4848
python-version: ${{matrix.python-version}}
4949

@@ -113,11 +113,11 @@ jobs:
113113
env:
114114
VENV_DIR: ${{ github.workspace }}/.venv
115115
steps:
116-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
117117

118118
- name: "Setting up Python"
119119
id: setup_python
120-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
120+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
121121
with:
122122
python-version: ${{matrix.python-version}}
123123
- name: Create Python venv

.github/workflows/ci-amdsharktank.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
env:
4646
PIP_CACHE_DIR: "${{ github.workspace }}/.pip-cache"
4747
steps:
48-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4949

5050
- name: "Setting up Python"
5151
id: setup_python
52-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
52+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5353
with:
5454
python-version: ${{matrix.python-version}}
5555

5656
- name: Cache Pip Packages
57-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
id: cache-pip
5959
with:
6060
path: ${{ env.PIP_CACHE_DIR }}
@@ -90,15 +90,15 @@ jobs:
9090

9191
- name: Upload coverage data
9292
if: runner.os != 'Windows'
93-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
93+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
9494
with:
9595
name: coverage-data-${{ matrix.python-version }}-${{ matrix.torch-version }}-${{ matrix.runs-on }}
9696
path: .coverage.${{ matrix.python-version }}.${{ matrix.torch-version }}.${{ matrix.runs-on }}
9797
include-hidden-files: true
9898

9999
- name: Upload coverage to Codecov
100100
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
101-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
101+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
102102
with:
103103
files: cov.xml
104104

@@ -112,25 +112,25 @@ jobs:
112112
contents: write
113113
actions: read
114114
steps:
115-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
116116

117-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
117+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
118118
id: download
119119
with:
120120
pattern: coverage-*
121121
merge-multiple: true
122122

123123
- name: Coverage comment
124124
id: coverage_comment
125-
uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb # v3.35
125+
uses: py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc # v3.39
126126
with:
127127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128128
MERGE_COVERAGE_FILES: true
129129
MINIMUM_GREEN: 90
130130
MINIMUM_ORANGE: 70
131131

132132
- name: Store Pull Request comment to be posted
133-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
133+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
134134
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
135135
with:
136136
name: python-coverage-comment-action
@@ -153,16 +153,16 @@ jobs:
153153
env:
154154
PIP_CACHE_DIR: "${{ github.workspace }}/.pip-cache"
155155
steps:
156-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
157157

158158
- name: "Setting up Python"
159159
id: setup_python
160-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
160+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
161161
with:
162162
python-version: ${{matrix.python-version}}
163163

164164
- name: Cache Pip Packages
165-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
166166
id: cache-pip
167167
with:
168168
path: ${{ env.PIP_CACHE_DIR }}
@@ -205,11 +205,11 @@ jobs:
205205
HF_HOME: "/amdshark-cache/data/huggingface"
206206
HF_TOKEN: ${{ secrets.HF_FLUX_TOKEN }}
207207
steps:
208-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
208+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
209209

210210
- name: "Setting up Python"
211211
id: setup_python
212-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
212+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
213213
with:
214214
python-version: ${{matrix.python-version}}
215215

@@ -254,16 +254,16 @@ jobs:
254254
env:
255255
PIP_CACHE_DIR: "${{ github.workspace }}/.pip-cache"
256256
steps:
257-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
258258

259259
- name: "Setting up Python"
260260
id: setup_python
261-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
261+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
262262
with:
263263
python-version: ${{matrix.python-version}}
264264

265265
- name: Cache Pip Packages
266-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
266+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
267267
id: cache-pip
268268
with:
269269
path: ${{ env.PIP_CACHE_DIR }}

.github/workflows/ci-amdsharktuner.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ jobs:
4343
PIP_CACHE_DIR: "${{ github.workspace }}/.pip-cache"
4444

4545
steps:
46-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
46+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4747

4848
- name: Set up Python
4949
id: setup_python
50-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
50+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5151
with:
5252
python-version: ${{matrix.tuner-python-version}}
5353

5454
- name: Cache pip packages
55-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
id: cache-pip
5757
with:
5858
path: ${{ env.PIP_CACHE_DIR }}
@@ -86,7 +86,7 @@ jobs:
8686
COVERAGE_FILE: .coverage.amdsharktuner
8787

8888
- name: Upload coverage data
89-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090
with:
9191
name: coverage-data-amdsharktuner
9292
path: .coverage.amdsharktuner
@@ -102,23 +102,23 @@ jobs:
102102
contents: write
103103
actions: read
104104
steps:
105-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
106-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
105+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
106+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
107107
id: download
108108
with:
109109
name: coverage-data-amdsharktuner
110110

111111
- name: Coverage comment
112112
id: coverage_comment
113-
uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb # v3.35
113+
uses: py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc # v3.39
114114
with:
115115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116116
MERGE_COVERAGE_FILES: true
117117
MINIMUM_GREEN: 90
118118
MINIMUM_ORANGE: 70
119119

120120
- name: Store Pull Request comment to be posted
121-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
122122
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
123123
with:
124124
name: python-coverage-comment-action

.github/workflows/ci-libshortfin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
python-version: "3.11"
101101

102102
steps:
103-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
104104

105105
- name: Forward matrix environment variables
106106
run: |
@@ -118,7 +118,7 @@ jobs:
118118
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
119119

120120
- name: "Setup Python ${{ matrix.python-version }}"
121-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
121+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
122122
with:
123123
python-version: ${{ matrix.python-version }}
124124
cache: "pip"
@@ -164,15 +164,15 @@ jobs:
164164

165165
- name: Upload coverage data
166166
if: ${{ matrix.name != 'Ubuntu (Clang)(host-only)' && !matrix.tracing && runner.os != 'Windows' }}
167-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
167+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
168168
with:
169169
name: coverage-data-${{ matrix.name }}-${{ matrix.python-version }}-${{ matrix.runs-on }}
170170
path: ${{ env.LIBSHORTFIN_DIR }}/.coverage.${{ matrix.name }}.${{ matrix.python-version }}.${{ matrix.runs-on }}
171171
include-hidden-files: true
172172

173173
- name: Upload shortfin coverage to Codecov
174174
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
175-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
175+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
176176
with:
177177
files: shortfin-cov.xml
178178

.github/workflows/ci-llama-large-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
env:
3737
VENV_DIR: ${{ github.workspace }}/.venv
3838
steps:
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040

4141
- name: Get Current Date
4242
id: date
4343
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
4444

4545
- name: "Setting up Python"
4646
id: setup_python
47-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
47+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4848
with:
4949
python-version: ${{matrix.python-version}}
5050
- name: Create Python venv
@@ -82,7 +82,7 @@ jobs:
8282
keep_files: true
8383

8484
- name: Upload llama executable files
85-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8686
with:
8787
name: llama-files
8888
path: ${{ github.workspace }}/${{ steps.date.outputs.date }}

.github/workflows/ci-llama-quick-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
env:
3636
VENV_DIR: ${{ github.workspace }}/.venv
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939

4040
- name: Get Current Date
4141
id: date
4242
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
4343

4444
- name: "Setting up Python"
4545
id: setup_python
46-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4747
with:
4848
python-version: ${{matrix.python-version}}
4949
- name: Create Python venv
@@ -68,7 +68,7 @@ jobs:
6868
--llama3-8b-f16-model-path="/amdshark-dev/ossci-models/llama_3_1/instruct_8b_fp16.irpa"
6969
7070
- name: Upload llama executable files
71-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272
with:
7373
name: llama-files
7474
path: ${{ github.workspace }}/${{ steps.date.outputs.date }}

.github/workflows/ci-sdxl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: linux-mi325-1gpu-ossci-nod-ai
4141

4242
steps:
43-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4444

4545
- name: Install dependencies
4646
run: |
@@ -56,7 +56,7 @@ jobs:
5656
fi
5757
5858
- name: Setup Python
59-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
59+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6060
with:
6161
python-version: "3.12"
6262
cache: "pip"

0 commit comments

Comments
 (0)