diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 5f91feb3..16d62b85 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.126.0 + - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: working-directory: ./website bundler-cache: true