diff --git a/.github/workflows/licensed-ci.yml b/.github/workflows/licensed-ci.yml index ec0ea10d..e49825c1 100644 --- a/.github/workflows/licensed-ci.yml +++ b/.github/workflows/licensed-ci.yml @@ -33,7 +33,7 @@ jobs: - run: npm install --production --ignore-scripts # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1 diff --git a/.github/workflows/test-licenses.yml b/.github/workflows/test-licenses.yml index cd7afc67..9d066d43 100644 --- a/.github/workflows/test-licenses.yml +++ b/.github/workflows/test-licenses.yml @@ -21,7 +21,7 @@ jobs: - run: npm install --production --ignore-scripts # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c13f132..fac8d42f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - run: npm install # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1