From 933f67fd12e260e9548f03845468968cf9a6d6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 07:01:01 +0000 Subject: [PATCH] Bump theforeman/actions/.github/workflows/rubocop.yml from 0 to 1 Bumps [theforeman/actions/.github/workflows/rubocop.yml](https://github.com/theforeman/actions) from 0 to 1. - [Commits](https://github.com/theforeman/actions/compare/v0...v1) --- updated-dependencies: - dependency-name: theforeman/actions/.github/workflows/rubocop.yml dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f77e9d1..c9d2630 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -13,7 +13,7 @@ concurrency: jobs: rubocop: name: Rubocop - uses: theforeman/actions/.github/workflows/rubocop.yml@v0 + uses: theforeman/actions/.github/workflows/rubocop.yml@v1 with: command: bundle exec rubocop --parallel --format github