From 916dd267acdfa9a0d3d5bb812375c89ae807da8c Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 20:48:33 -0500 Subject: [PATCH] [Actions] Pivoting hard to setup-ruby approach --- .forgejo/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index fbf7fd7..7a0b4c6 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -5,8 +5,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: https://github.com/ruby/setup-ruby@v1 - with: - ruby-version: '3.3' # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + with: + ruby-version: '3.3' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle install - run: jekyll help