Skip to content

Commit 55c1bda

Browse files
authored
Merge pull request #93 from simonneutert/github-ci
Chore: Update GitHub CI
2 parents f8f2736 + 650b005 commit 55c1bda

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 2.3.1 (Next)
22

3+
* [#93](https://github.com/dblock/strava-ruby-client/pull/93): Updates GitHub Actions workflows - [@simonneutert](https://github.com/simonneutert).
34
* Your contribution here.
45

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

0 commit comments

Comments
 (0)