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.1.4
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.1 | v4.1.4 |
This commit is contained in:
parent
439db7fed8
commit
d872752146
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -129,7 +129,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -181,7 +181,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -237,7 +237,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -272,7 +272,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -329,7 +329,7 @@ jobs:
|
|||
repositories: 'repo1,repo2'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
|
|
@ -353,7 +353,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.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
@ -390,7 +390,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.1.10
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue