diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index 3e53bf4..82bbffb 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index 6ed5c2d..1e322b5 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fabe63..69cb8e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.gitignore b/.gitignore index 805ebc4..5cbbca2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ _site .tweet-cache Gemfile.lock node_modules/ -vendor - +vendor \ No newline at end of file