.github/workflows/ci.yml in umbrellio-sequel-plugins-0.16.0.233 vs .github/workflows/ci.yml in umbrellio-sequel-plugins-0.16.0.234

- old
+ new

@@ -67,12 +67,8 @@ - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ruby - - - run: bundle install - - run: git config --global user.name "Github Actions" - - run: git config --global user.email "actions@github.com" - - run: git commit -am "update Gemfile.lock" + bundler-cache: true - uses: rubygems/release-gem@v1