mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
docs: update references to actions/checkout to v4.2.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.7 | v4.2.0 |
This commit is contained in:
parent
157d4d8218
commit
b0990c14ff
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -186,7 +186,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -203,7 +203,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -225,7 +225,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -242,7 +242,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -277,7 +277,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -334,7 +334,7 @@ jobs:
|
|||
repositories: 'repo1,repo2'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
|
|
@ -374,7 +374,7 @@ For example if you wish to pass through some credentials for a [host rule](https
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
@ -411,7 +411,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.0
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.2.10
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue