From 654bbb7af2d27389822960ca0b9da6f57cfe2ccc Mon Sep 17 00:00:00 2001 From: alann-maulana Date: Sun, 7 May 2023 14:49:01 +0700 Subject: [PATCH] update ruby action --- .github/workflows/coverage-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index 82a54b4..ba69ae9 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -46,7 +46,7 @@ jobs: name: coverage path: ./coverage - name: "Setup ruby" - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: '2.6' - run: gem install coveralls-lcov