From 6593b10eb9588d537f5b707f279a5a339a02ec8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:42:42 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.270.0 to 1.275.0 in the actions group (#73) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/dependabot-rebuild.yml | 2 +- .github/workflows/licensed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 726f0d2..2d8273d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,7 +21,7 @@ jobs: node-version-file: .node-version cache: npm - run: npm ci - - uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 + - uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0 with: ruby-version: ruby bundler-cache: true diff --git a/.github/workflows/dependabot-rebuild.yml b/.github/workflows/dependabot-rebuild.yml index aa80d81..08810ff 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -43,7 +43,7 @@ jobs: chore: rebuild dist # Update and push .licenses if changed. - - uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 + - uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0 with: ruby-version: ruby bundler-cache: true diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 6636ea8..28baa9d 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -37,7 +37,7 @@ jobs: node-version-file: .node-version cache: npm - run: npm ci - - uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 + - uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0 with: ruby-version: ruby bundler-cache: true