From 44b5d03ece7b8861f07f0afbf3fa2bab92b7cf02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:43:47 -0700 Subject: [PATCH] Update ruby/setup-ruby action to v1.202.0 (#191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19925e0..4a71918 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: path: _site - name: Setup Ruby - uses: ruby/setup-ruby@v1.201.0 + uses: ruby/setup-ruby@v1.202.0 # Runs a single command using the runners shell - name: Run Jekyll build and deploy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b86d282..66da16d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1.201.0 + uses: ruby/setup-ruby@v1.202.0 - name: Run Jekyll build run: |