File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 - name : NPM install
2727 run : npm install
2828 - name : Install Image Magick
3434 cache-version : 0 # Increment this number if you need to re-download cached gems
3535 - name : Setup Pages
3636 id : pages
37- uses : actions/configure-pages@v2
37+ uses : actions/configure-pages@v5
3838 - name : Build TinaCMS
3939 env :
4040 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
5454 env :
5555 JEKYLL_ENV : production
5656 - name : Upload artifact
57- uses : actions/upload-pages-artifact@v1
57+ uses : actions/upload-pages-artifact@v3
5858
5959 deploy :
6060 environment :
6666 steps :
6767 - name : Deploy to GitHub Pages
6868 id : deployment
69- uses : actions/deploy-pages@v1
69+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
1313 with :
14- node-version-file : ' .nvmrc'
15- cache : ' npm'
14+ node-version-file : " .nvmrc"
15+ cache : " npm"
1616 - run : npm install
1717 - uses : ruby/setup-ruby@v1
1818 with :
2323 rubocop : true
2424 rubocop_command_prefix : bundle exec
2525 stylelint : true
26- stylelint_extensions : ' scss'
26+ stylelint_extensions : " scss"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'mini_magick', '~> 4.11.0'
88gem 'octokit' , '~> 6.0'
99gem 'rake' , '~> 13.2.1'
1010gem 'rbnacl' , '~> 7.1.1'
11- gem 'rubocop' , '~> 1.69.2 '
11+ gem 'rubocop' , '~> 1.71.1 '
1212gem 'stringex' , '~> 2.8.5'
1313
1414group :jekyll_plugins do
You can’t perform that action at this time.
0 commit comments