Skip to content

Commit 06ad53b

Browse files
committed
bump setup-solana and anchor action
1 parent f7f6c9d commit 06ad53b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/anchor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107-
- uses: heyAyushh/setup-anchor@v4.6
107+
- uses: heyAyushh/setup-anchor@v4.9
108108
with:
109109
anchor-version: 0.30.1
110110
solana-cli-version: stable

.github/workflows/poseidon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107-
- uses: heyAyushh/setup-anchor@v4.4
107+
- uses: heyAyushh/setup-anchor@v4.9
108108
with:
109109
anchor-version: 0.30.1
110110
solana-cli-version: stable
@@ -273,4 +273,4 @@ jobs:
273273
echo "## :white_check_mark: All builds and tests passed" >> $GITHUB_STEP_SUMMARY
274274
else
275275
echo "## :warning: Build and test job was skipped or canceled" >> $GITHUB_STEP_SUMMARY
276-
fi
276+
fi

.github/workflows/solana-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install pnpm
181181
npm install --global pnpm
182182
- name: Setup Solana stable
183-
uses: heyAyushh/setup-solana@v5.8
183+
uses: heyAyushh/setup-solana@v5.9
184184
with:
185185
solana-cli-version: stable
186186
- name: Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
190190
rustc -V
191191
process_projects "stable"
192192
- name: Setup Solana 1.18.17
193-
uses: heyAyushh/setup-solana@v5.8
193+
uses: heyAyushh/setup-solana@v5.9
194194
with:
195195
solana-cli-version: 1.18.17
196196
- name: Build and Test with 1.18.17

.github/workflows/steel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
process_projects "stable"
269269
sccache --show-stats
270270
- name: Setup Solana 1.18.17
271-
uses: heyAyushh/setup-solana@v5.5
271+
uses: heyAyushh/setup-solana@v5.9
272272
with:
273273
solana-cli-version: 1.18.17
274274
- name: Build and Test with 1.18.17

0 commit comments

Comments
 (0)