Update releases.yml

Switched to v2 of checkout.
feature/dockerized-app
Ruslan Baidan 2022-10-06 16:26:29 +02:00 committed by GitHub
parent b4d34e7823
commit 2821df94d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,14 +49,14 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install ng-anr
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
repository: monarc-project/ng-anr
ref: ${{ github.event.releases.latest.tag_name }}
path: './node_modules/ng_anr'
- name: Install ng-client
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
repository: monarc-project/ng-client
ref: ${{ github.event.releases.latest.tag_name }}