diff --git a/.github/workflows/licensed-ci.yaml b/.github/workflows/licensed-ci.yaml index 476cc70..d58e483 100644 --- a/.github/workflows/licensed-ci.yaml +++ b/.github/workflows/licensed-ci.yaml @@ -29,7 +29,7 @@ jobs: with: node-version: 18 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: ruby-version: ruby diff --git a/.github/workflows/test-action-run.yml b/.github/workflows/test-action-run.yml index bb02dd6..15d9f1e 100644 --- a/.github/workflows/test-action-run.yml +++ b/.github/workflows/test-action-run.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 # install ruby - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: bundler-cache: 'true' ruby-version: "3.0"