mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
chore(deps): bump cachix/install-nix-action from 26 to 27 (#4874)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's releases</a>.</em></p> <blockquote> <h2>v27</h2> <h2>What's Changed</h2> <ul> <li>Enable <code>always-allow-substitutes</code> by default by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/207">cachix/install-nix-action#207</a></li> <li>nix: 2.20.5 -> 2.22.1 by <a href="https://github.com/kashw2"><code>@kashw2</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/206">cachix/install-nix-action#206</a></li> <li>ci: fix tests by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/install-nix-action/pull/208">cachix/install-nix-action#208</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kashw2"><code>@kashw2</code></a> made their first contribution in <a href="https://redirect.github.com/cachix/install-nix-action/pull/206">cachix/install-nix-action#206</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cachix/install-nix-action/compare/v26...V27">https://github.com/cachix/install-nix-action/compare/v26...V27</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ba0dd844c9
"><code>ba0dd84</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/208">#208</a> from cachix/fix-macos-tests</li> <li><a href="d9660bf088
"><code>d9660bf</code></a> ci: updated pinned installer</li> <li><a href="1e14eb01bf
"><code>1e14eb0</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/206">#206</a> from kashw2/nix-update</li> <li><a href="6060e02b1f
"><code>6060e02</code></a> 2.22.1</li> <li><a href="262815eb71
"><code>262815e</code></a> Merge pull request <a href="https://redirect.github.com/cachix/install-nix-action/issues/207">#207</a> from cachix/always-allow-substitutes</li> <li><a href="5dce380a8b
"><code>5dce380</code></a> Update README with more installer differences</li> <li><a href="2f469017fc
"><code>2f46901</code></a> ci: update nixpkgs channel</li> <li><a href="529d659217
"><code>529d659</code></a> ci: add aarch64-darwin tests where possible</li> <li><a href="d6c2f5b788
"><code>d6c2f5b</code></a> ci: switch to macos-13</li> <li><a href="01dba9f770
"><code>01dba9f</code></a> Update README</li> <li>Additional commits viewable in <a href="https://github.com/cachix/install-nix-action/compare/v26...V27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/install-nix-action&package-manager=github_actions&previous-version=26&new-version=27)](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>
This commit is contained in:
parent
919b132e0d
commit
39d1f446f5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
install-only: true
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
|
||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- run: task docs:releases
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: task docs:generate
|
||||
|
2
.github/workflows/nightly-oss.yml
vendored
2
.github/workflows/nightly-oss.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
install-only: true
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: dockerhub-login
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
- uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
install-only: true
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: dockerhub-login
|
||||
|
Loading…
x
Reference in New Issue
Block a user