diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 75c3f8268..a95ed518e 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Ruby - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: '3.3.11' bundler-cache: true @@ -56,7 +56,7 @@ jobs: path: tmp/.htmlproofer key: htmlproofer - name: HTMLProofer - uses: athackst/htmlproofer-action@6130365377bccb16e355c2b604f7d14d094a4174 # v2.0.1 + uses: athackst/htmlproofer-action@15365c72460e79aeae2ca84f4e97decad58cff05 # v2.1.0 continue-on-error: true with: host: ${{ steps.pages.outputs.host }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 4c5307287..6e1ebd465 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Ruby - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: "3.2" bundler-cache: true