File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Deploy to GitHub pages 🚀
4141 if : github.event_name != 'pull_request'
42- uses : JamesIves/github-pages-deploy-action@v4.7.2
42+ uses : JamesIves/github-pages-deploy-action@v4.7.3
4343 with :
4444 clean : false
4545 branch : gh-pages
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5.4 .0
30+ uses : actions/setup-python@v5.5 .0
3131 with :
3232 python-version : " 3.13"
3333
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
66
77repos :
88 - repo : https://github.com/lorenzwalthert/precommit
9- rev : v0.4.3.9003
9+ rev : v0.4.3.9008
1010 hooks :
1111 - id : style-files
1212 args :
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ cache_is_activated <- function(cache_name = NULL) {
137137 return (cache_name == current_cache )
138138 }
139139
140- return ( FALSE )
140+ FALSE
141141}
142142
143143# ' Cache text
You can’t perform that action at this time.
0 commit comments