diff --git a/.github/workflows/code_analysis.yml b/.github/workflows/code_analysis.yml index d16732c6..42349beb 100644 --- a/.github/workflows/code_analysis.yml +++ b/.github/workflows/code_analysis.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v6 - name: Install Ruby and gems - uses: ruby/setup-ruby@v1.269.0 + uses: ruby/setup-ruby@v1.278.0 with: bundler-cache: true diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 032872be..877a9f27 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6 - name: Install Ruby and gems - uses: ruby/setup-ruby@v1.269.0 + uses: ruby/setup-ruby@v1.278.0 with: bundler-cache: true