chore(deps): update actions/checkout action to v3 (#92)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6481de22d4
commit
9850c9a9ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-CI.yaml
vendored
2
.github/workflows/server-CI.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
working-directory: server
|
working-directory: server
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue