Skip to content

Commit

Permalink
Merge pull request #477 from dataswift/new-build
Browse files Browse the repository at this point in the history
updated actions
  • Loading branch information
whiteshadow-gr authored Oct 20, 2021
2 parents 5abc1ea + 54ad73c commit 6b81682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v2

- name: Setup SSH
uses: webfactory/[email protected].2
uses: webfactory/[email protected].3
with:
ssh-private-key: ${{ secrets.SSH_HMI_LIBRARY }}

- name: Setup NODEJS
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.4.1
with:
node-version: 12
registry-url: https://npm.pkg.github.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@v2

- name: Setup SSH
uses: webfactory/[email protected].2
uses: webfactory/[email protected].3
with:
ssh-private-key: ${{ secrets.SSH_HMI_LIBRARY }}

- name: Setup NODEJS
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.4.1
with:
node-version: 12
registry-url: https://npm.pkg.github.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@v2

- name: Setup SSH
uses: webfactory/[email protected].2
uses: webfactory/[email protected].3
with:
ssh-private-key: ${{ secrets.SSH_HMI_LIBRARY }}

- name: Setup NODEJS
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.4.1
with:
node-version: 12
registry-url: https://npm.pkg.github.com
Expand Down

0 comments on commit 6b81682

Please sign in to comment.