From d7143415adcd8659001a4ede29898c28353ad42a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 21:38:42 +0400 Subject: [PATCH] chore(deps): update cpcloud/flake-dep-info-action action to v2.0.13 (#1214) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
cpcloud/flake-dep-info-action (cpcloud/flake-dep-info-action) ### [`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))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index c083a94f..252177b6 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -45,7 +45,7 @@ jobs: name: ibis-substrait extraPullNames: nix-community,poetry2nix - - uses: cpcloud/flake-dep-info-action@v2.0.12 + - uses: cpcloud/flake-dep-info-action@v2.0.13 id: get_current_commit with: input: ${{ matrix.flake }} @@ -53,7 +53,7 @@ jobs: - name: update ${{ matrix.flake }} run: nix flake lock --update-input ${{ matrix.flake }} - - uses: cpcloud/flake-dep-info-action@v2.0.12 + - uses: cpcloud/flake-dep-info-action@v2.0.13 id: get_new_commit with: input: ${{ matrix.flake }}