Skip to content

Commit 3b67657

Browse files
authored
Merge pull request #334 from EasyPost/v7.3.0
chore: prep v7.3.0
2 parents 9db015f + 9af8b52 commit 3b67657

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
matrix:
1414
rubyversion: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.rubyversion }}
20-
rubygems: '3.3.0'
20+
rubygems: '3.4.0'
2121
bundler-cache: true
2222
- name: Install Dependencies
2323
run: make install
@@ -32,7 +32,7 @@ jobs:
3232
lint:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: '3.4'
@@ -48,7 +48,7 @@ jobs:
4848
if: github.ref == 'refs/heads/master'
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
- uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: '3.4'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: '3.4'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v7.3.0 (2025-11-24)
44

55
- Adds the following functions:
66
- `embeddable.create_session`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.0
1+
7.3.0

0 commit comments

Comments
 (0)