1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 22:21:03 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-03-17 11:57:01 +08:00
commit a9f8fa741d
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 - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: '4.0.1' ruby-version: '4.0.2'
- name: Get license - name: Get license
run: | run: |
gem install licensee gem install licensee

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.2
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4 uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
with: with:
configurationFile: renovate.json configurationFile: renovate.json
token: ${{ github.token }} token: ${{ github.token }}