Skip to content

Commit 975c826

Browse files
Bump awalsh128/cache-apt-pkgs-action from 1.4.2 to 1.4.3 (openvinotoolkit#28684)
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.2 to 1.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/awalsh128/cache-apt-pkgs-action/releases">awalsh128/cache-apt-pkgs-action's releases</a>.</em></p> <blockquote> <h2>v1.4.3</h2> <h2>What's Changed</h2> <ul> <li>Bug fix by upgrading to <code>actions/upload-artifact@v4</code> rev from deprecated <code>@V3</code> by <a href="https://github.com/maschwenk"><code>@​maschwenk</code></a> in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/140">awalsh128/cache-apt-pkgs-action#140</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maschwenk"><code>@​maschwenk</code></a> made their first contribution in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/140">awalsh128/cache-apt-pkgs-action#140</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...v1.4.3">https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...v1.4.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/5902b33ae29014e6ca012c5d8025d4346556bd40"><code>5902b33</code></a> Upgrade to cache v4 (<a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/140">#140</a>)</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/f2fc6d1af4d6abf8a4dcd37fd74a9a15c2273b9f"><code>f2fc6d1</code></a> Explicitly don't fail on error in library calls (required for conditonals)</li> <li>See full diff in <a href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...5902b33ae29014e6ca012c5d8025d4346556bd40">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=awalsh128/cache-apt-pkgs-action&package-manager=github_actions&previous-version=1.4.2&new-version=1.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f07e194 commit 975c826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_snippets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
submodules: 'true'
3535

3636
- name: Install OpenCL
37-
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
37+
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
3838
if: runner.os == 'Linux'
3939
with:
4040
packages: ocl-icd-opencl-dev opencl-headers

0 commit comments

Comments
 (0)