1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 07:11:46 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-04-22 06:30:46 +08:00
commit d2265c3724
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.2'
ruby-version: '4.0.3'
- name: Get license
run: |
gem install licensee

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6.0.2
- name: Run Renovate
uses: renovatebot/github-action@eb932558ad942cccfd8211cf535f17ff183a9f74 # v46.1.9
uses: renovatebot/github-action@83ec54fee49ab67d9cd201084c1ff325b4b462e4 # v46.1.10
with:
configurationFile: renovate.json
token: ${{ github.token }}