Skip to content

Commit

Permalink
Bump GitHub actions (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Apr 6, 2024
1 parent 7499f7b commit 7521a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: ${{ matrix.ruby }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -26,6 +26,6 @@ jobs:

- run: bundle exec rake

- uses: coverallsapp/github-action@v1.1.2
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7521a2d

Please sign in to comment.