diff --git a/.github/workflows/deploy-to-pages.yaml b/.github/workflows/deploy-to-pages.yaml index ef1829f6..e51f28c0 100644 --- a/.github/workflows/deploy-to-pages.yaml +++ b/.github/workflows/deploy-to-pages.yaml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 - name: Setup Ruby and install gems - uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Build middleman site