Skip to content

Commit

Permalink
chore: update checkout action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benefiction committed Apr 15, 2022
1 parent 9060766 commit 874212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: set up node and install app
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v3.0.1
- name: SetUp Node Env
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 874212d

Please sign in to comment.