From 2566364715786ddde9e67438f1afc3ccb51f0f79 Mon Sep 17 00:00:00 2001 From: Tommaso De Marchi Date: Fri, 6 Dec 2024 12:13:59 +0100 Subject: [PATCH 1/2] Update it.yml Fix translate error --- _data/locales/it.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/it.yml b/_data/locales/it.yml index a475c6c4a1b..603b61a93ec 100644 --- a/_data/locales/it.yml +++ b/_data/locales/it.yml @@ -16,7 +16,7 @@ it: description: Vuoi dare un suggerimento? Questo contenuto รจ open source. Aiutaci a migliorarlo. button: Contribuire subscribe: - heading: Rimania in contatto + heading: Rimani in contatto description: Sii il primo a conoscere gli ultimi suggerimenti e risorse open source su GitHub. label: Email button: Sottoscrivi @@ -28,4 +28,4 @@ it: # Label for love octicon love_label: love # Label for the contributors link - friends_label: friends \ No newline at end of file + friends_label: friends From 60101cf311f3706e042955a2a6a80d034031285a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:02:51 +0000 Subject: [PATCH 2/2] chore(deps): bump ruby/setup-ruby in the dependencies group Bumps the dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.202.0 to 1.203.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc...2a18b06812b0e15bb916e1df298d3e740422c47e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 772e432a791..ad5ed8a7f25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1 + uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e # v1 with: bundler-cache: true - name: Set up Node