Skip to content

Commit 885087c

Browse files
Update github actions
1 parent b8943e7 commit 885087c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212

1313
- name: Install package dependencies
1414
run: >
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.2
20+
ruby-version: 3.3
2121
bundler-cache: true
2222

2323
- name: Setup gems

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout redmine_plugin_kit
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
path: redmine_plugin_kit
2121

0 commit comments

Comments
 (0)