Skip to content

Commit d33f83d

Browse files
authored
chore: bump solana dependencies to 2.1.11 (#96)
1 parent ce6a79d commit d33f83d

File tree

11 files changed

+1067
-676
lines changed

11 files changed

+1067
-676
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ env:
77
CARGO_TERM_COLOR: always
88
IMAGE_NAME: plerkle-test-validator
99
RUST_VERSION: 1.83.0
10-
SOLANA_VERSION_STABLE: v2.0.15
10+
SOLANA_VERSION_STABLE: v2.1.11
1111
jobs:
1212
release-stable:
1313
runs-on: ubuntu-20-04-8-cores
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set env vars
1717
run: |
1818
source ci/env.sh
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "CI_TAG=${GITHUB_REF#refs/*/}" >> "$GITHUB_ENV"
4040
echo "CI_OS_NAME=linux" >> "$GITHUB_ENV"
41-
cargo build --release
41+
cargo build --release --locked
4242
- name: Build release tarball
4343
run: ./ci/create-tarball.sh
4444
- name: Publish to crates registry
@@ -69,7 +69,7 @@ jobs:
6969
packages: write
7070
contents: read
7171
steps:
72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
- name: Build image
7474
run: docker build . --file Solana.Dockerfile --tag $IMAGE_NAME --label 'runnumber=${GITHUB_RUN_ID}'
7575
- name: Log in to registry

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ env:
1313
CARGO_TERM_COLOR: always
1414
IMAGE_NAME: plerkle-test-validator
1515
RUST_VERSION: 1.83.0
16-
SOLANA_VERSION_STABLE: v2.0.15
16+
SOLANA_VERSION_STABLE: v2.1.11
1717

1818
jobs:
1919
test-stable:
2020
runs-on: ubuntu-20-04-8-cores
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Set env vars
2424
run: |
2525
source ci/env.sh
@@ -42,7 +42,7 @@ jobs:
4242
override: true
4343
profile: minimal
4444
components: rustfmt, clippy
45-
- uses: actions/cache@v2
45+
- uses: actions/cache@v4
4646
with:
4747
path: |
4848
~/.cargo/registry

0 commit comments

Comments
 (0)