From 2dacbb9a5aa640106876c77a76941721caaf80e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:41:53 +0000 Subject: [PATCH] Bump metadaoproject/setup-anchor from 3.3 to 3.4 Bumps [metadaoproject/setup-anchor](https://github.com/metadaoproject/setup-anchor) from 3.3 to 3.4. - [Release notes](https://github.com/metadaoproject/setup-anchor/releases) - [Commits](https://github.com/metadaoproject/setup-anchor/compare/v3.3...v3.4) --- updated-dependencies: - dependency-name: metadaoproject/setup-anchor dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index cadc588..efb6c49 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: metadaoproject/setup-anchor@v3.3 + - uses: metadaoproject/setup-anchor@v3.4 with: anchor-version: "0.30.1" solana-cli-version: "1.18.26"