Skip to content

Commit c8ec11b

Browse files
dependabot[bot]vpirogov
authored andcommitted
github: workflows: bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfe87ec commit c8ec11b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Find last successful run
132132
if: failure()
133133
id: get-stable-cache
134-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
134+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
135135
with:
136136
key: latest-nightly-success-sha
137137
path: ${{ github.workspace }}/oneDNN/.github/automation/aarch64/stable.sha
@@ -184,7 +184,7 @@ jobs:
184184
run: echo "$(git rev-parse --short HEAD)" > .github/automation/aarch64/stable.sha
185185

186186
- name: Save hash
187-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
187+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
188188
with:
189189
key: latest-nightly-success-sha
190190
path: ${{ github.workspace }}/oneDNN/.github/automation/aarch64/stable.sha

0 commit comments

Comments
 (0)