Skip to content

Commit 22a5a4d

Browse files
chore: bump prefix-dev/setup-pixi from 0.9.4 to 0.9.5 in the actions group (adbc-drivers#90)
Bumps the actions group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0"><code>1b2de7f</code></a> chore(deps): bump dependencies (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/259">#259</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/6ef69835bb9bacb9f63c891ec2d1f8d6d5061452"><code>6ef6983</code></a> chore(deps): bump the nodejs group with 10 dependencies (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/257">#257</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/e6477eb81d0d3577538a63578287524653fb5c23"><code>e6477eb</code></a> chore(deps): bump Quantco/ui-actions from 1.0.18 to 1.0.19 in the gh-actions ...</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/33be5bafa68042a7d0747866e21e5a686bf961a1"><code>33be5ba</code></a> chore(deps): bump the nodejs group with 7 updates (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/250">#250</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/72f90fea0c1ead4b05cd43c746f64a247a189855"><code>72f90fe</code></a> chore(deps): bump the gh-actions group across 1 directory with 3 updates (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/253">#253</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/c0d7209ec39354d7aa1f4c6081153c49a466ef35"><code>c0d7209</code></a> Fix broken authentication documentation link (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/252">#252</a>)</li> <li><a href="https://github.com/prefix-dev/setup-pixi/commit/f1fb10f03bfd87dba0433ed26b4aeac79314f100"><code>f1fb10f</code></a> docs: Mention cooldown in dependabot config (<a href="https://redirect.github.com/prefix-dev/setup-pixi/issues/247">#247</a>)</li> <li>See full diff in <a href="https://github.com/prefix-dev/setup-pixi/compare/a0af7a228712d6121d37aba47adf55c1332c9c2e...1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefix-dev/setup-pixi&package-manager=github_actions&previous-version=0.9.4&new-version=0.9.5)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 515f2de commit 22a5a4d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/go_release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
check-latest: true
8080
go-version-file: go/go.mod
8181

82-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
82+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
8383
with:
8484
pixi-version: v0.50.2
8585
run-install: false
@@ -176,7 +176,7 @@ jobs:
176176
check-latest: true
177177
go-version-file: go/go.mod
178178

179-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
179+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
180180
with:
181181
pixi-version: v0.50.2
182182
run-install: false
@@ -279,7 +279,7 @@ jobs:
279279
check-latest: true
280280
go-version-file: go/go.mod
281281

282-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
282+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
283283
with:
284284
pixi-version: v0.50.2
285285
run-install: false
@@ -331,7 +331,7 @@ jobs:
331331
check-latest: true
332332
go-version: "stable"
333333

334-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
334+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
335335
with:
336336
pixi-version: v0.50.2
337337
run-install: false
@@ -398,7 +398,7 @@ jobs:
398398
check-latest: true
399399
go-version: "stable"
400400

401-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
401+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
402402
with:
403403
pixi-version: v0.50.2
404404
run-install: false

.github/workflows/go_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
check-latest: true
8484
go-version-file: go/go.mod
8585

86-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
86+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
8787
with:
8888
pixi-version: v0.50.2
8989
run-install: false
@@ -180,7 +180,7 @@ jobs:
180180
check-latest: true
181181
go-version-file: go/go.mod
182182

183-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
183+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
184184
with:
185185
pixi-version: v0.50.2
186186
run-install: false
@@ -283,7 +283,7 @@ jobs:
283283
check-latest: true
284284
go-version-file: go/go.mod
285285

286-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
286+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
287287
with:
288288
pixi-version: v0.50.2
289289
run-install: false
@@ -335,7 +335,7 @@ jobs:
335335
check-latest: true
336336
go-version: "stable"
337337

338-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
338+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
339339
with:
340340
pixi-version: v0.50.2
341341
run-install: false
@@ -402,7 +402,7 @@ jobs:
402402
check-latest: true
403403
go-version: "stable"
404404

405-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
405+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
406406
with:
407407
pixi-version: v0.50.2
408408
run-install: false

0 commit comments

Comments
 (0)