From 644f428bee89e737fd4258b32df803657f99d183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:07:03 +0000 Subject: [PATCH] Bump oxidize-rb/actions from 1.1.9 to 1.2.3 Bumps [oxidize-rb/actions](https://github.com/oxidize-rb/actions) from 1.1.9 to 1.2.3. - [Release notes](https://github.com/oxidize-rb/actions/releases) - [Commits](https://github.com/oxidize-rb/actions/compare/v1.1.9...v1.2.3) --- updated-dependencies: - dependency-name: oxidize-rb/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f0077..49101ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Ruby and Rust - uses: oxidize-rb/actions/setup-ruby-and-rust@v1.1.9 + uses: oxidize-rb/actions/setup-ruby-and-rust@v1.2.3 with: rustup-toolchain: ${{ matrix.rustup-toolchain }} ruby-version: ${{ matrix.ruby-version }}