diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe451c20..1bfdbd4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Setup Ruby - uses: ruby/setup-ruby@v1.173.0 + uses: ruby/setup-ruby@v1.174.0 with: bundler-cache: true - name: Build the site