build(deps): bump namespacelabs/nscloud-cache-action from 1.2.0 to 1.2.7 (#7411)
Bumps [namespacelabs/nscloud-cache-action](https://github.com/namespacelabs/nscloud-cache-action) from 1.2.0 to 1.2.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/namespacelabs/nscloud-cache-action/releases">namespacelabs/nscloud-cache-action's releases</a>.</em></p> <blockquote> <h2>v1.2.7</h2> <h2>What's Changed</h2> <ul> <li>Print a warning in post if cached paths do not exist at the end. by <a href="https://github.com/nichtverstehen"><code>@nichtverstehen</code></a> in <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/pull/19">namespacelabs/nscloud-cache-action#19</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/namespacelabs/nscloud-cache-action/compare/v1...v1.2.7">https://github.com/namespacelabs/nscloud-cache-action/compare/v1...v1.2.7</a></p> <h2>v1.2.6</h2> <p>No release notes provided.</p> <h2>v1.2.5</h2> <p>No release notes provided.</p> <h2>v1.2.4</h2> <p>No release notes provided.</p> <h2>v1.2.3</h2> <p>No release notes provided.</p> <h2>v1.2.2</h2> <p>No release notes provided.</p> <h2>Add UV cache mode</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/7423/head2f50e7d0f7"><code>2f50e7d</code></a> Merge pull request <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/issues/19">#19</a> from namespacelabs/kirill/post</li> <li><a href="e9d413737a"><code>e9d4137</code></a> Print a warning in post if cached paths do not exist at the end.</li> <li><a href="1d016dd6d4"><code>1d016dd</code></a> Merge pull request <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/issues/18">#18</a> from namespacelabs/niklas-handle-all-warnings</li> <li><a href="13f8bc947a"><code>13f8bc9</code></a> Ensure all PNPM warnings are skipped.</li> <li><a href="7779b07b57"><code>7779b07</code></a> Merge pull request <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/issues/17">#17</a> from namespacelabs/niklas-run-on-merge</li> <li><a href="ea5a8440c9"><code>ea5a844</code></a> run checks on merge queue</li> <li><a href="20b0b2d55d"><code>20b0b2d</code></a> Merge pull request <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/issues/16">#16</a> from namespacelabs/niklas-skip-stderr</li> <li><a href="6d893e3fdc"><code>6d893e3</code></a> Skip PNPM warnings in parsing.</li> <li><a href="17d0a826e6"><code>17d0a82</code></a> Merge pull request <a href="https://redirect.github.com/namespacelabs/nscloud-cache-action/issues/15">#15</a> from namespacelabs/niklas-pnpm-only-errors</li> <li><a href="1bc91188ef"><code>1bc9118</code></a> skip all PNPM warnings.</li> <li>Additional commits viewable in <a href="https://github.com/namespacelabs/nscloud-cache-action/compare/v1.2.0...v1.2.7">compare view</a></li> </ul> </details> <br /> [](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>
commit
7dae4d287c
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -240,7 +240,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -382,7 +382,7 @@ jobs:
|
|||
mkdir dist
|
||||
tar --verbose --extract --strip-components 1 --directory dist --file ghostty-source.tar.gz
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -492,7 +492,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -523,7 +523,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -568,7 +568,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -607,7 +607,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -662,7 +662,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -689,7 +689,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -716,7 +716,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -743,7 +743,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -770,7 +770,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -797,7 +797,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -832,7 +832,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
@ -890,7 +890,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.7
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
|
|
|
|||
Loading…
Reference in New Issue