diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index fd4817f..fc13f08 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -7,11 +7,11 @@ jobs: - uses: actions/checkout@v2 - uses: shogo82148/actions-setup-perl@v1 with: - perl-version: 5.32 + perl-version: 5.32.1 - name: Run with coverage checking env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cpanm --installdeps . - cpanm -v Devel::Cover::Report::Coveralls - sudo --preserve-env=GITHUB_TOKEN /opt/hostedtoolcache/perl/5.32.0/x64/bin/cover -test -report Coveralls + cpanm Devel::Cover::Report::Coveralls + sudo --preserve-env=GITHUB_TOKEN /opt/hostedtoolcache/perl/5.32.1/x64/bin/cover -test -report Coveralls