.github/workflows/ci.yaml in finapps-6.9.2 vs .github/workflows/ci.yaml in finapps-6.10.0

- old
+ new

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