Skip to content

Commit c5bbc18

Browse files
authored
Merge pull request #2068 from codebar/update-out-of-version-github-actions
Update out of version Github Actions
2 parents 02d6616 + 3dbbf01 commit c5bbc18

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ updates:
1212
- dependency-name: stripe
1313
versions:
1414
- "> 4.18.1"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

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

0 commit comments

Comments
 (0)