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 02d6616 + 3dbbf01 commit c5bbc18Copy full SHA for c5bbc18
.github/dependabot.yml
@@ -12,3 +12,8 @@ updates:
12
- dependency-name: stripe
13
versions:
14
- "> 4.18.1"
15
+
16
+- package-ecosystem: "github-actions"
17
+ directory: "/"
18
+ schedule:
19
+ interval: "weekly"
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
24
- name: Set up Ruby
25
uses: ruby/setup-ruby@v1
@@ -43,6 +43,6 @@ jobs:
43
RAILS_ENV: test
44
run: bundle exec rake spec
45
- name: Report to Coveralls
46
- uses: coverallsapp/github-action@v1.1.2
+ uses: coverallsapp/github-action@v2
47
with:
48
github-token: ${{ secrets.github_token }}
0 commit comments