Skip to content

Commit

Permalink
Upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed May 27, 2023
1 parent 93d2a71 commit 2c0ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js dependencies
run: cd frontend && npm ci
Expand Down

0 comments on commit 2c0ec93

Please sign in to comment.