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.
2 parents 3f0ffc9 + f45b91f commit 731b3c6Copy full SHA for 731b3c6
.github/dependabot.yml
@@ -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
@@ -17,7 +17,7 @@ jobs:
17
- ubuntu-latest
18
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: ruby/setup-ruby@v1
22
with:
23
ruby-version: ${{ matrix.ruby }}
0 commit comments