From 0de5319672a96eda8e7d42ee1157258489ede90b Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Sat, 1 Jul 2023 01:01:16 +0000 Subject: [PATCH] Pin ruby/setup-ruby v1.126.0 -> --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 5f91feb33f..b6082c00d9 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@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0 with: working-directory: ./website bundler-cache: true