Skip to content

Commit

Permalink
Merge pull request #2356 from aeternity/feature/update-ci-actions
Browse files Browse the repository at this point in the history
[SW-1303] ci: update actions version
  • Loading branch information
CedrikNikita authored Sep 25, 2023
2 parents 6acc083 + ab31b44 commit 125271c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
env:
APP_NAME: wallet
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: rlespinasse/github-slug-action@v3.x
- name: Deploy to stage
uses: easingthemes/ssh-deploy@v2.1.5
uses: easingthemes/ssh-deploy@v4.1.8
if: github.event_name == 'push'
env:
SSH_PRIVATE_KEY: ${{ secrets.STAGE_PRIVATE_KEY }}
Expand Down

0 comments on commit 125271c

Please sign in to comment.