Skip to content

Commit

Permalink
actions/* @ v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Oct 16, 2022
1 parent 8634e53 commit 0050f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
image: public.ecr.aws/sorah/ruby:${{ matrix.ruby-version }}-dev
steps:
- name: Cache bundled gems
uses: actions/cache@v1
uses: actions/cache@v3
id: rspec-bundle
with:
path: ~/bundle
key: ${{ runner.os }}-${{ matrix.ruby-version }}
- uses: actions/checkout@master
- uses: actions/checkout@v3
- run: 'apt-get update && apt-get install -y --no-install-recommends nginx'
- run: 'bundle install --path ~/bundle'
- run: 'bundle exec rspec -fd'
Expand Down

0 comments on commit 0050f8b

Please sign in to comment.