Skip to content

Commit 26b34e0

Browse files
Bump DeterminateSystems/determinate-nix-action from 3.21.0 to 3.21.1 (#825)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.21.0 to 3.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/determinatesystems/determinate-nix-action/releases">DeterminateSystems/determinate-nix-action's releases</a>.</em></p> <blockquote> <h2>v3.21.1</h2> <h2>What's Changed</h2> <ul> <li>Apply pinning to GitHub Actions by <a href="https://github.com/lucperkins"><code>@​lucperkins</code></a> in <a href="https://redirect.github.com/DeterminateSystems/determinate-nix-action/pull/66">DeterminateSystems/determinate-nix-action#66</a></li> <li>Release v3.21.1 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/DeterminateSystems/determinate-nix-action/pull/67">DeterminateSystems/determinate-nix-action#67</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DeterminateSystems/determinate-nix-action/compare/v3.21.0...v3.21.1">https://github.com/DeterminateSystems/determinate-nix-action/compare/v3.21.0...v3.21.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DeterminateSystems/determinate-nix-action/commit/9adf02b41cfdac2632e1c16f0480ff5bf3b05dd6"><code>9adf02b</code></a> Release v3.21.1 (<a href="https://redirect.github.com/determinatesystems/determinate-nix-action/issues/67">#67</a>)</li> <li><a href="https://github.com/DeterminateSystems/determinate-nix-action/commit/eee854fd4be13616e2aac974e86628abdab962f8"><code>eee854f</code></a> Merge pull request <a href="https://redirect.github.com/determinatesystems/determinate-nix-action/issues/66">#66</a> from DeterminateSystems/actions-pinning</li> <li><a href="https://github.com/DeterminateSystems/determinate-nix-action/commit/12620061c689cb48541da2208d2625c5bc734e3b"><code>1262006</code></a> Add zizmor checking workflow</li> <li><a href="https://github.com/DeterminateSystems/determinate-nix-action/commit/3be1005a7c38366c3cb5e8ec4fad6c8f42a3f8fd"><code>3be1005</code></a> Merge remote-tracking branch 'origin/main' into actions-pinning</li> <li><a href="https://github.com/DeterminateSystems/determinate-nix-action/commit/4a4b48b0134befbc55a0be736759db27d058edd4"><code>4a4b48b</code></a> Apply pinning to GitHub Actions</li> <li>See full diff in <a href="https://github.com/determinatesystems/determinate-nix-action/compare/v3.21.0...v3.21.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DeterminateSystems/determinate-nix-action&package-manager=github_actions&previous-version=3.21.0&new-version=3.21.1)](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 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 7de13af commit 26b34e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6.0.3
2222

2323
- name: Install Nix
24-
uses: DeterminateSystems/determinate-nix-action@v3.21.0
24+
uses: DeterminateSystems/determinate-nix-action@v3.21.1
2525

2626
- name: Check flake
2727
run: nix flake check --all-systems

0 commit comments

Comments
 (0)