From 1b5a1d8cc2940b28c1570454328c9457f721f7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:28:30 +0000 Subject: [PATCH] ci(deps): update ruby/setup-ruby action to v1.255.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 36fd567..4f6f22c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -58,7 +58,7 @@ jobs: # NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} # SSH_PASS: ${{ secrets.SSH_PASS }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.245.0 + uses: ruby/setup-ruby@v1.255.0 with: working-directory: shared-slides - name: Run the preprocessor