.github/workflows/ci.yml in rspec-sorbet-1.6.0 vs .github/workflows/ci.yml in rspec-sorbet-1.7.0

- old
+ new

@@ -16,10 +16,10 @@ run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Install Linux dependencies run: sudo apt-get update -qq && sudo apt-get install -y libsqlite3-dev - name: Set up Ruby - uses: actions/setup-ruby@v1.1.1 + uses: actions/setup-ruby@v1 with: ruby-version: 2.6.6 - name: Cache gems uses: actions/cache@v2 with: