Skip to content

Commit 1e8e1ae

Browse files
committed
Update GitHub Actions workflows to use actions/checkout@v5 and refine CHANGELOG entry for clarity
1 parent 746aa6d commit 1e8e1ae

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
BUNDLE_GEMFILE: ${{ github.workspace }}/Gemfile.danger
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
1212
- uses: ruby/setup-ruby@v1

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v5
88
- name: Set up Ruby
99
uses: ruby/setup-ruby@v1
1010
with:

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
- "3.1"
1111
- "3.2"
1212
- "3.3"
13+
- "3.4"
1314
- "jruby-9.4"
15+
- "jruby-10"
1416
steps:
15-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1618
- name: Set up Ruby
1719
uses: ruby/setup-ruby@v1
1820
with:

CHANGELOG.md

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

3-
* [#92](https://github.com/dblock/strava-ruby-client/pull/92): Fixes Hashie::Trash serialization warning for `object_id` - [@simonneutert](https://github.com/simonneutert).
3+
* [#92](https://github.com/dblock/strava-ruby-client/pull/92): Fixes Hashie::Trash serialization warning for `object_id` of `Strava::Webhooks::Models::Event` - [@simonneutert](https://github.com/simonneutert).
44
* Your contribution here.
55

66
### 2.3.0 (2025/10/16)

0 commit comments

Comments
 (0)