mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 06:34:22 +00:00
Update ci.yml
update to use main rather than versions [ref](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-public-action) Signed-off-by: Doug Aitken <dougaitken@users.noreply.github.com>
This commit is contained in:
parent
69975d1c72
commit
14d0afbe24
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@main
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@main
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
Loading…
Reference in a new issue