diff --git a/.github/workflows/collections-renames.yml b/.github/workflows/collections-renames.yml index 008f8e930eb..e325cc0369e 100644 --- a/.github/workflows/collections-renames.yml +++ b/.github/workflows/collections-renames.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 + uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 with: bundler-cache: true @@ -30,7 +30,7 @@ jobs: run: bundle exec rake collections - name: Commit changes and open PR - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "✨ Autofixing renamed/removed collection items ✨" committer: "github-actions[bot] " diff --git a/.github/workflows/jekyll_build.yml b/.github/workflows/jekyll_build.yml index 42954952b89..ef45f550cd8 100644 --- a/.github/workflows/jekyll_build.yml +++ b/.github/workflows/jekyll_build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: 💎 setup ruby - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 + uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 with: bundler-cache: true cache-version: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ab92e5d5975..e677b31523c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@v1.269.0 + uses: ruby/setup-ruby@v1.270.0 with: bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a107752c63..d9b1bf012ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - name: Setup Ruby if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }} - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 + uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0 with: bundler-cache: true diff --git a/Gemfile b/Gemfile index 62d290fea63..1983d86adf7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "faraday", "2.14.0" gem "faraday-retry", "2.3.2" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.16.0" +gem "json", "2.18.0" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9c406595682..cf262ec5488 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.16.0) + json (2.18.0) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -255,7 +255,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.26.2) + minitest (5.27.0) multi_xml (0.7.2) bigdecimal (~> 3.1) net-http (0.6.0) @@ -366,7 +366,7 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.16.0) + json (= 2.18.0) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.18.10)