Skip to content

Commit 731b3c6

Browse files
authored
Merge pull request #475 from kenhys/use-v3-action
Migrate to use GitHub v3 action
2 parents 3f0ffc9 + f45b91f commit 731b3c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'monthly'

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)