We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8943e7 commit 885087cCopy full SHA for 885087c
.github/workflows/rubocop.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
13
- name: Install package dependencies
14
run: >
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Ruby
18
uses: ruby/setup-ruby@v1
19
with:
20
- ruby-version: 3.2
+ ruby-version: 3.3
21
bundler-cache: true
22
23
- name: Setup gems
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Checkout redmine_plugin_kit
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
path: redmine_plugin_kit
0 commit comments