Skip to content

Commit

Permalink
docs: update references to actions/checkout to v4.1.5
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 0cb6900 commit 9f55642
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand All @@ -195,7 +195,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand All @@ -217,7 +217,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand All @@ -234,7 +234,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
repositories: 'repo1,repo2'

- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
Expand All @@ -350,7 +350,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.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
Expand Down

0 comments on commit 9f55642

Please sign in to comment.