.github/workflows/ruby-tests.yml in email_data-1647735777.0.0 vs .github/workflows/ruby-tests.yml in email_data-1648340621.0.0

- old
+ new

@@ -29,12 +29,12 @@ options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3 with: path: vendor/bundle key: > ${{ runner.os }}-${{ matrix.ruby }}-gems-${{ hashFiles(matrix.gemfile) }}