Skip to content

Commit

Permalink
Merge pull request #2068 from codebar/update-out-of-version-github-ac…
Browse files Browse the repository at this point in the history
…tions

Update out of version Github Actions
  • Loading branch information
matyikriszta committed May 6, 2024
2 parents 02d6616 + 3dbbf01 commit c5bbc18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ updates:
- dependency-name: stripe
versions:
- "> 4.18.1"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -43,6 +43,6 @@ jobs:
RAILS_ENV: test
run: bundle exec rake spec
- name: Report to Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}

0 comments on commit c5bbc18

Please sign in to comment.