Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteshadow-gr committed Oct 20, 2021
1 parent 5abc1ea commit 54ad73c
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 54ad73c

Please sign in to comment.