Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 6, 2023
1 parent 14f37a1 commit a6ae42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- name: Checkout App Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

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

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
Expand Down

0 comments on commit a6ae42a

Please sign in to comment.