diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 8acf211..b64cfec 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0 + uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0 with: bundler-cache: true - name: Run Jekyll