From 4acd676f69dcfe34db3146f57241681f51ce45fa Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Fri, 19 Jan 2024 11:59:19 -0600 Subject: [PATCH] Bump and fix AppCast action --- .github/workflows/appcast.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/appcast.yml b/.github/workflows/appcast.yml index 19b12f0..6432078 100644 --- a/.github/workflows/appcast.yml +++ b/.github/workflows/appcast.yml @@ -22,10 +22,10 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - - name: Setup Ruby, JRuby and TruffleRuby - uses: ruby/setup-ruby@v1.165.1 - with: - ruby-version: '2.7' + # - name: Setup Ruby, JRuby and TruffleRuby + # uses: ruby/setup-ruby@v1.165.1 + # with: + # ruby-version: '3.0' - name: Bundler 💎 working-directory: AppCast @@ -43,8 +43,8 @@ jobs: run: bundle exec jekyll build - name: Publish 🚀 - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@releases/v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: AppCast/_site + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: AppCast/_site