File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/protocol/http/middleware
test/protocol/http/middleware Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 run : bundle exec bake utopia:project:static --force no
4141
4242 - name : Upload documentation artifact
43- uses : actions/upload-pages-artifact@v2
43+ uses : actions/upload-pages-artifact@v3
4444 with :
4545 path : docs
4646
5555 steps :
5656 - name : Deploy to GitHub Pages
5757 id : deployment
58- uses : actions/deploy-pages@v3
58+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2019-2023 , by Samuel Williams.
4+ # Copyright, 2019-2024 , by Samuel Williams.
55
66require_relative '../middleware'
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2019-2023 , by Samuel Williams.
4+ # Copyright, 2019-2024 , by Samuel Williams.
55
66require 'protocol/http/middleware'
77require 'protocol/http/middleware/builder'
You can’t perform that action at this time.
0 commit comments