Merge branch 'config' into localApps
This commit is contained in:
commit
a9f8fa741d
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '4.0.1'
|
||||
ruby-version: '4.0.2'
|
||||
- name: Get license
|
||||
run: |
|
||||
gem install licensee
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v6.0.2
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4
|
||||
uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
token: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue