diff --git a/.github/workflows/licensed-ci.yaml b/.github/workflows/licensed-ci.yaml index ee687f6..daffbea 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@d781c1b4ed31764801bfae177617bb0446f5ef8d with: ruby-version: ruby diff --git a/.github/workflows/test-action-run.yml b/.github/workflows/test-action-run.yml index bb02dd6..dbcc258 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@d781c1b4ed31764801bfae177617bb0446f5ef8d with: bundler-cache: 'true' ruby-version: "3.0"