Skip to content

Commit bc1198f

Browse files
committed
update github action to anchor 0.30.0
1 parent b4618e8 commit bc1198f

File tree

3 files changed

+447
-622
lines changed

3 files changed

+447
-622
lines changed

.github/workflows/anchor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Anchor
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: "0 0 * * *"
66
push:
77
branches:
88
- main
99
pull_request:
10-
types: [ opened, synchronize, reopened ]
10+
types: [opened, synchronize, reopened]
1111
branches:
1212
- main
1313

@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
node-version: [20.x]
2020
solana-version: [stable, 1.17.25]
21-
anchor-version: [0.29.0]
21+
anchor-version: [0.30.0]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
node-version: [20.x]
8888
solana-version: [1.18.4, stable]
89-
anchor-version: [0.29.0]
89+
anchor-version: [0.30.0]
9090
steps:
9191
- uses: actions/checkout@v4
9292
- name: Setup Anchor

0 commit comments

Comments
 (0)