Merge pull request 'Update actions/checkout action to v4' (#205) from renovate/actions-checkout-4.x into develop
Reviewed-on: #205
This commit is contained in:
commit
f003ee27d2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build English Version
|
||||
|
|
Loading…
Reference in a new issue