From 0d7ce824006569695a4c1aef103e6d06680bf677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:10:01 +0000 Subject: [PATCH] ci(deps): update ruby/setup-ruby action to v1.290.0 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 44444a4..3abf0a5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -37,7 +37,7 @@ jobs: # NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} # SSH_PASS: ${{ secrets.SSH_PASS }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.289.0 + uses: ruby/setup-ruby@v1.290.0 with: working-directory: shared-slides - name: Run the preprocessor