From 61901b6da8628567742f2759e67405248ede6a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 02:56:41 +0000 Subject: [PATCH] Bump jdxcode/rtx-action from 1.2.3 to 1.2.4 Bumps [jdxcode/rtx-action](https://github.com/jdxcode/rtx-action) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jdxcode/rtx-action/releases) - [Commits](https://github.com/jdxcode/rtx-action/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: jdxcode/rtx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rtx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rtx.yml b/.github/workflows/rtx.yml index 1fbd25b..0553896 100644 --- a/.github/workflows/rtx.yml +++ b/.github/workflows/rtx.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: jdxcode/rtx-action@v1.2.3 + - uses: jdxcode/rtx-action@v1.2.4 with: tool_versions: | # - This comment should have different value for each run to avoid the cache. See #75 and #77