Skip to content

Bump actions/checkout from 5.0.0 to 6.0.2 #268

Bump actions/checkout from 5.0.0 to 6.0.2

Bump actions/checkout from 5.0.0 to 6.0.2 #268

Workflow file for this run

name: CI
on:
push: {}
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
entry:
- name: 'Minimum supported'
ruby: '2.6'
gemfile: "Gemfile.min"
- name: 'Latest released'
ruby: '3.4'
gemfile: "Gemfile"
- name: 'Rails edge'
ruby: '3.4'
gemfile: "Gemfile.edge"
name: ${{ matrix.entry.name }}
env:
BUNDLE_GEMFILE: ${{ matrix.entry.gemfile }}
services:
memcached:
image: memcached
ports:
- 11211:11211
steps:
- run: sudo apt-get -y install libsasl2-dev libmemcached-dev
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
with:
ruby-version: ${{ matrix.entry.ruby }}
rubygems: '3.3.13'
bundler-cache: true
- run: bundle exec rake