.github/workflows/examples.yml in flipper-1.2.2 vs .github/workflows/examples.yml in flipper-1.3.0.pre
- old
+ new
@@ -56,10 +56,10 @@
with:
mongodb-version: 4.0
- name: Check out repository code
uses: actions/checkout@v4
- name: Do some action caching
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-