From 5565f7f3a76a34ca85a3d958bf031db022dd2c8e Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Fri, 31 Jan 2025 12:36:23 +0100 Subject: [PATCH] Update ruby checkout to correct action --- .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 933632ef4..2f4f0dcae 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout source uses: actions/checkout@v4 - name: Setup Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: 3.2 - name: Install dependencies