skip: merge (c469b8b354) [skip release]

This commit is contained in:
Renovate Bot 2024-05-17 02:44:33 +00:00
commit 2a2c6acecf

View file

@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with: with:
fetch-depth: 0 fetch-depth: 0
show-progress: false show-progress: false
@ -36,7 +36,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with: with:
show-progress: false show-progress: false
@ -69,7 +69,7 @@ jobs:
- example/renovate-config.json - example/renovate-config.json
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with: with:
show-progress: false show-progress: false
@ -133,7 +133,7 @@ jobs:
git config --global user.name 'Renovate Bot' git config --global user.name 'Renovate Bot'
- name: Checkout - name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with: with:
fetch-depth: 0 # required for semantic release fetch-depth: 0 # required for semantic release
ref: 'release' ref: 'release'