Skip to content

Commit 8bfdbb1

Browse files
committed
Fix Checkout refs
1 parent 50fbfdd commit 8bfdbb1

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

.github/workflows/solana-verified-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
persist-credentials: false
25+
ref: ${{ github.event.inputs.tag || github.ref_name }}
26+
fetch-depth: 0
2527
- name: Detect changes
2628
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2729
id: changes

chains/solana/CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22

33
This document describes the changes introduced in the different versions of the **Chainlink CCIP Solana programs**, located in [`chains/solana/contracts/programs`](https://github.com/smartcontractkit/chainlink-ccip/tree/main/chains/solana/contracts/programs).
44

5-
---
5+
<!-- --- -->
66

7-
## [Unreleased] (1.6.0)
7+
<!-- ## [Unreleased] (1.6.1) -->
88
<!-- ### Added
99
- (Placeholder for upcoming features) -->
1010

11+
<!-- ### Changed -->
12+
<!-- - (Placeholder for changes) -->
13+
14+
<!-- ### Fixed
15+
- (Placeholder for bug fixes) -->
16+
17+
---
18+
19+
## [1.6.0]
20+
1121
### Changed
1222

1323
- [Token Pools] Allow setting rate limit with rate and capacity set to 0 [#1290](https://github.com/smartcontractkit/chainlink-ccip/pull/1290)
1424

15-
<!-- ### Fixed
16-
- (Placeholder for bug fixes) -->
1725

1826
---
1927

@@ -32,8 +40,8 @@ This document describes the changes introduced in the different versions of the
3240

3341
### Core Contracts & CCTP Token Pool
3442

35-
1. Commit [`7f8a0f403c3a`](https://github.com/smartcontractkit/chainlink-ccip/commit/7f8a0f403c3a)
36-
1. Git Tag: [solana-v0.1.1-cctp](https://github.com/smartcontractkit/chainlink-ccip/releases/tag/solana-v0.1.1-cctp)
43+
1. Commit [`7f8a0f403c3a`](https://github.com/smartcontractkit/chainlink-ccip/commit/7f8a0f403c3a)
44+
1. Git Tag: [solana-v0.1.1-cctp](https://github.com/smartcontractkit/chainlink-ccip/releases/tag/solana-v0.1.1-cctp)
3745

3846
#### Added
3947

@@ -53,8 +61,8 @@ This document describes the changes introduced in the different versions of the
5361

5462
### Lock and Release + Burn and Mint Token Pools
5563

56-
1. Commit: [`ee587a6c0562`](https://github.com/smartcontractkit/chainlink-ccip/commit/ee587a6c0562)
57-
1. Git Tag: [solana-v0.1.1](https://github.com/smartcontractkit/chainlink-ccip/releases/tag/solana-v0.1.1)
64+
1. Commit: [`ee587a6c0562`](https://github.com/smartcontractkit/chainlink-ccip/commit/ee587a6c0562)
65+
1. Git Tag: [solana-v0.1.1](https://github.com/smartcontractkit/chainlink-ccip/releases/tag/solana-v0.1.1)
5866

5967
#### Added
6068

0 commit comments

Comments
 (0)