From 616c8dfe2a99b80aaec8794ddd093ff0cf9b451f Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:13:34 -0400 Subject: [PATCH] chore(deps): update tools to latest versions (#3713) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spiffcs <32073428+spiffcs@users.noreply.github.com> --- .binny.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index f5c7f3494..99f9ddd62 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -2,7 +2,7 @@ tools: # we want to use a pinned version of binny to manage the toolchain (so binny manages itself!) - name: binny version: - want: v0.8.0 + want: v0.9.0 method: github-release with: repo: anchore/binny @@ -34,7 +34,7 @@ tools: # used for showing the changelog at release - name: glow version: - want: v2.0.0 + want: v2.1.0 method: github-release with: repo: charmbracelet/glow @@ -103,7 +103,7 @@ tools: # used for running all local and CI tasks - name: task version: - want: v3.41.0 + want: v3.42.1 method: github-release with: repo: go-task/task @@ -111,7 +111,7 @@ tools: # used for triggering a release - name: gh version: - want: v2.67.0 + want: v2.68.1 method: github-release with: repo: cli/cli