From e5c3026fa9d138afba55f55842886022e4269249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 02:20:56 +0000 Subject: [PATCH] Bump oxidize-rb/actions from 1.4.1 to 1.4.2 Bumps [oxidize-rb/actions](https://github.com/oxidize-rb/actions) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/oxidize-rb/actions/releases) - [Commits](https://github.com/oxidize-rb/actions/compare/c179116ae638d5d1da5039b8ca798b1fd5ce9219...4c939d516bd77ec5806f382c9bb574f4634098a7) --- updated-dependencies: - dependency-name: oxidize-rb/actions dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0d908..53799fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: oxidize-rb/actions/setup-ruby-and-rust@c179116ae638d5d1da5039b8ca798b1fd5ce9219 # v1.4.1 + - uses: oxidize-rb/actions/setup-ruby-and-rust@4c939d516bd77ec5806f382c9bb574f4634098a7 # v1.4.2 with: rustup-toolchain: "1.81.0" ruby-version: ${{ matrix.ruby }} @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: oxidize-rb/actions/setup-ruby-and-rust@c179116ae638d5d1da5039b8ca798b1fd5ce9219 # v1.4.1 + - uses: oxidize-rb/actions/setup-ruby-and-rust@4c939d516bd77ec5806f382c9bb574f4634098a7 # v1.4.2 with: rustup-toolchain: "1.81.0" ruby-version: "3.4" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38a4a13..d07b0de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: outputs: result: ${{ steps.fetch.outputs.result }} steps: - - uses: oxidize-rb/actions/fetch-ci-data@c179116ae638d5d1da5039b8ca798b1fd5ce9219 # v1.4.1 + - uses: oxidize-rb/actions/fetch-ci-data@4c939d516bd77ec5806f382c9bb574f4634098a7 # v1.4.2 id: fetch with: supported-ruby-platforms: | @@ -50,7 +50,7 @@ jobs: with: bundler-cache: true - - uses: oxidize-rb/actions/cross-gem@c179116ae638d5d1da5039b8ca798b1fd5ce9219 # v1.4.1 + - uses: oxidize-rb/actions/cross-gem@4c939d516bd77ec5806f382c9bb574f4634098a7 # v1.4.2 id: cross-gem with: platform: ${{ matrix.platform }}