From 199c1d889b20216bf7a33205aefb411c4fbd8d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:55:05 +0000 Subject: [PATCH] Bump theforeman/actions/.github/workflows/foreman_plugin.yml from 0 to 1 Bumps [theforeman/actions/.github/workflows/foreman_plugin.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/foreman_plugin.yml dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_tests.yml b/.github/workflows/ruby_tests.yml index 366c4616..337904e1 100644 --- a/.github/workflows/ruby_tests.yml +++ b/.github/workflows/ruby_tests.yml @@ -19,7 +19,7 @@ jobs: test: name: Ruby needs: rubocop - uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 + uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v1 with: plugin: foreman_scc_manager matrix_exclude: '[{"ruby": "3.0", "node": "14"}]'