File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 if : github.repository_owner == 'github'
1818 steps :
19- - uses : actions/checkout@v5 .0.0
19+ - uses : actions/checkout@v6 .0.0
2020
2121 - name : Setup Ruby
22- uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267 .0
22+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
2323 with :
2424 bundler-cache : true
2525
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : 📂 checkout
24- uses : actions/checkout@v5 .0.0
24+ uses : actions/checkout@v6 .0.0
2525
2626 - name : 💎 setup ruby
27- uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267 .0
27+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
2828 with :
2929 bundler-cache : true
3030 cache-version : 0
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5 .0.0
16+ - uses : actions/checkout@v6 .0.0
1717
1818 - name : Setup Ruby
19- uses : ruby/setup-ruby@v1.267 .0
19+ uses : ruby/setup-ruby@v1.268 .0
2020 with :
2121 bundler-cache : true
2222
Original file line number Diff line number Diff line change 2222 - all
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5 .0.0
25+ - uses : actions/checkout@v6 .0.0
2626 with :
2727 fetch-depth : 0
2828
4343
4444 - name : Setup Ruby
4545 if : ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46- uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267 .0
46+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
4747 with :
4848 bundler-cache : true
4949
Original file line number Diff line number Diff line change 255255 jekyll (>= 3.5 , < 5.0 )
256256 jekyll-feed (~> 0.9 )
257257 jekyll-seo-tag (~> 2.1 )
258- minitest (5.26.1 )
258+ minitest (5.26.2 )
259259 multi_xml (0.7.2 )
260260 bigdecimal (~> 3.1 )
261261 net-http (0.6.0 )
You can’t perform that action at this time.
0 commit comments