Merge pull request 'Update actions/checkout action to v6.0.3' (#213) from renovate/actions-checkout-6.x into main
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:43.207.4@sha256:087bab575172b1926bbc57124d988015d899b0a82d45028514377b10a392f69d
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
|
||||
- name: Run Renovate Test Script
|
||||
run: bash scripts/test-renovate.sh
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:43.207.4@sha256:087bab575172b1926bbc57124d988015d899b0a82d45028514377b10a392f69d
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
|
||||
- name: Run Renovate E2E Script
|
||||
run: bash scripts/e2e-renovate.sh
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
# Step 1: Check out the repository so your config file is available
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
|
||||
# Step 2: Run the official Renovate action
|
||||
- name: Self-hosted Renovate
|
||||
|
||||
Reference in New Issue
Block a user