Chore: use locally hosted checkout action
This commit is contained in:
parent
c1f78449f7
commit
b3649e0f65
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
deploy_on_hosted:
|
||||
runs-on: [ubuntu-latest, hetzner-access]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue