Skip to content

Commit

Permalink
chore(deps): update cpcloud/flake-dep-info-action action to v2.0.13 (#…
Browse files Browse the repository at this point in the history
…1214)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cpcloud/flake-dep-info-action](https://redirect.github.com/cpcloud/flake-dep-info-action)
| action | patch | `v2.0.12` -> `v2.0.13` |

---

### Release Notes

<details>
<summary>cpcloud/flake-dep-info-action
(cpcloud/flake-dep-info-action)</summary>

###
[`v2.0.13`](https://redirect.github.com/cpcloud/flake-dep-info-action/releases/tag/v2.0.13)

[Compare
Source](https://redirect.github.com/cpcloud/flake-dep-info-action/compare/v2.0.12...v2.0.13)

##### Bug Fixes

- run with node20
([31ed5f8](https://redirect.github.com/cpcloud/flake-dep-info-action/commit/31ed5f8598362ca5cba5813aa5e68ddc5cef5af0))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm on friday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ibis-project/ibis-substrait).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent a67f0d8 commit d714341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
name: ibis-substrait
extraPullNames: nix-community,poetry2nix

- uses: cpcloud/[email protected].12
- uses: cpcloud/[email protected].13
id: get_current_commit
with:
input: ${{ matrix.flake }}

- name: update ${{ matrix.flake }}
run: nix flake lock --update-input ${{ matrix.flake }}

- uses: cpcloud/[email protected].12
- uses: cpcloud/[email protected].13
id: get_new_commit
with:
input: ${{ matrix.flake }}
Expand Down

0 comments on commit d714341

Please sign in to comment.