Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update github actions
Browse files Browse the repository at this point in the history
hkobayash committed Apr 17, 2024
1 parent d0c2b75 commit 4aabe6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- os: windows-latest
ruby: truffleruby-head
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
@@ -31,6 +31,6 @@ jobs:
- name: Run test
run: bundle exec rake
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: ./coverage/.resultset.json

0 comments on commit 4aabe6e

Please sign in to comment.