.github/workflows/main.yml in caramelize-1.2.1 vs .github/workflows/main.yml in caramelize-1.3.0
- old
+ new
@@ -4,14 +4,14 @@
jobs:
test:
runs-on: ubuntu-latest
-
steps:
- uses: actions/checkout@v3
- # - name: Set up Redis
- # uses: zhulik/redis-action@1.1.0
+ - uses: r-lib/actions/setup-pandoc@v2
+ with:
+ pandoc-version: '3.1.11'
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.1.3
\ No newline at end of file