Merge pull request #627 from ZynerOrg/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
This commit is contained in:
commit
eeba627688
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue