.github/workflows/ci.yaml in finapps-6.5.0 vs .github/workflows/ci.yaml in finapps-6.6.0

- old
+ new

@@ -18,10 +18,10 @@ os: [ubuntu-latest] ruby: [2.6, 2.7, '3.0'] runs-on: ${{ matrix.os }} steps: - name: Checkout source code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Install required ruby version uses: ruby/setup-ruby@v1 with: bundler-cache: true # runs 'bundle install' and caches gems