From c64031e9b5ef1a4ef38432e61a0de4fb795f0af7 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 12 Apr 2021 02:54:30 -0700 Subject: [PATCH] try pinning github to 2.6.6 --- .github/workflows/spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 434dbbbc..83f1aca4 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.6.6 bundler-cache: true - run: bundle exec rubocop - run: bundle exec haml-lint app/views @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.6.6 bundler-cache: true - name: Prepare spec run: |