Skip to content

Commit a18d41b

Browse files
authored
Merge pull request #38 from voxpupuli/modulesync
modulesync-2023-09-07
2 parents dced4be + e1f5837 commit a18d41b

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository_owner == 'voxpupuli'
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Install Ruby 3.0
1515
uses: ruby/setup-ruby@v1
1616
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rubocop:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
@@ -37,7 +37,7 @@ jobs:
3737
COVERAGE: ${{ matrix.coverage }}
3838
name: Ruby ${{ matrix.ruby }}
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- name: Install Ruby ${{ matrix.ruby }}
4242
uses: ruby/setup-ruby@v1
4343
with:

.rubocop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
inherit_from: .rubocop_todo.yml
3-
42
# Managed by modulesync - DO NOT EDIT
53
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
64

5+
inherit_from: .rubocop_todo.yml
76
inherit_gem:
87
voxpupuli-rubocop: rubocop.yml
98

0 commit comments

Comments
 (0)