diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01d24a6b3..88366d0ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0 with: ruby-version: ruby diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 746a4d9f1..e7fb96bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/Gemfile.lock b/Gemfile.lock index 9e5e3ad5c..16e4aa09e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM logger (~> 1.5) docile (1.4.1) iniparse (1.5.0) - json (2.13.0) + json (2.13.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -17,7 +17,7 @@ GEM iniparse (~> 1.4) rexml (>= 3.3.9) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc prism (1.4.0) @@ -45,7 +45,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) + simplecov-cobertura (3.0.0) rexml simplecov (~> 0.19) simplecov-html (0.13.2)