diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2161a47..0fc24dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Setup Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: '3.0.2' - name: Enable bundler cache