Skip to content

Commit

Permalink
docs: update references to actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent d65eae5 commit 460f183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v3.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.82.0
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
APP_ID: ${{ secrets.APP_ID }}

- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v3.2.0

- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.82.0
Expand All @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v3.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.82.0
with:
Expand Down

0 comments on commit 460f183

Please sign in to comment.