Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Mar 3, 2024
1 parent df0f004 commit 1d4469d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
- name: Gems cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/gems
key: gems-3.2-${{ hashFiles('*.gemspec', 'Gemfile') }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- "edge"
- "release"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -63,7 +63,7 @@ jobs:
echo "gem 'ttfunk', github: 'prawnpdf/ttfunk'" >> Gemfile.local
echo "gem 'prawn-manual_builder', github: 'prawnpdf/prawn-manual_builder'" >> Gemfile.local
- name: Gems cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/gems
key: gems-${{ matrix.ruby }}-${{ hashFiles('*.gemspec', 'Gemfile') }}
Expand Down

0 comments on commit 1d4469d

Please sign in to comment.