Skip to content

Commit a70a559

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 897bacc commit a70a559

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ runs:
191191
echo "SETUP_OPT=${setup_opt}" >> $GITHUB_ENV
192192
193193
- name: Cache Python packages
194-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
194+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
195195
with:
196196
path: ${{ env.PIP_CACHE_PATH }}
197197
key: pip-${{ runner.os }}-${{ hashFiles(format('{0}/zephyr/scripts/requirements*.txt', inputs.base-path)) }}
@@ -216,7 +216,7 @@ runs:
216216
217217
- name: Cache Zephyr SDK
218218
id: cache-toolchain
219-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
219+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
220220
with:
221221
path: ${{ inputs.base-path }}/zephyr-sdk
222222
key: ${{ env.SDK_CACHE_KEY }}
@@ -257,7 +257,7 @@ runs:
257257
258258
- name: Cache ccache data
259259
if: inputs.enable-ccache == 'true' && runner.os != 'Windows'
260-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
260+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
261261
with:
262262
path: ${{ env.CCACHE_DIR }}
263263
key: ccache-${{ inputs.ccache-cache-key }}-${{ env.CCACHE_TIMESTAMP }}

0 commit comments

Comments
 (0)