From 3d97518f38f750cc0698efba6988467f0d049276 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Tue, 11 Apr 2023 16:09:41 -0400 Subject: Update build-pdf.yml Updating Ruby to 3.2.0 Signed-off-by: Bill Traynor --- .github/workflows/build-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index ba7929f..1da7650 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Ruby and Gemfile content uses: ruby/setup-ruby@v1 with: - ruby-version: "2.6" + ruby-version: "3.2.0" bundler-cache: true # Node.js for wavedrom - uses: actions/cache@v3 @@ -72,4 +72,4 @@ jobs: with: name: ${{ env.NAME }}.pdf path: ./build/${{ env.NAME }}.pdf - retention-days: 7 \ No newline at end of file + retention-days: 7 -- cgit v1.1