File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run : npm ci
1818 shell : bash
1919 - name : Setup Ruby
20- uses : ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 with:
20+ uses : ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1
21+ with :
2122 ruby-version : " 3.2" # Not needed with a .ruby-version file
2223 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
2324 cache-version : 0 # Increment this number if you need to re-download cached gems
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : combine-prs
1717 id : combine-prs
18- uses : github/combine-prs@e6d37110da1b512313419ba6992492dad622139f # v5.2.0 with:
18+ uses : github/combine-prs@e6d37110da1b512313419ba6992492dad622139f # v5.2.0
19+ with :
1920 ci_required : false
2021 labels : dependencies
2122 pr_title : Combined Dependabot PRs
Original file line number Diff line number Diff line change 2424
2525 - name : Create Pull Request
2626 if : ${{ !env.ACT }}
27- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with:
27+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
28+ with :
2829 token : ${{ secrets.GITHUB_TOKEN }}
2930 commit-message : Drift from template
3031 branch : scheduledTemplateRepositorySync
You can’t perform that action at this time.
0 commit comments