Skip to content

Commit

Permalink
docs: update references to actions/checkout to v4.2.0
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.7 | v4.2.0 |
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent 157d4d8 commit b0990c1
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 @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b0990c1

Please sign in to comment.