diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52116ce3..ae7a3d8e 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.165.0 + uses: ruby/setup-ruby@v1.165.1 with: bundler-cache: true - name: Build the site