Skip to content

Commit

Permalink
Update actions/checkout action to v3.0.1
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.0.0 | v3.0.1 |
| github-tags | actions/checkout | v3.0.0 | v3.0.1 |
| github-tags | actions/checkout | v3.0.0 | v3.0.1 |
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 55edc58 commit 1dd8a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down

0 comments on commit 1dd8a38

Please sign in to comment.