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

Commit

Permalink
Bump to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 3, 2023
1 parent b427415 commit d2e626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
npm install
npm run build

0 comments on commit d2e626a

Please sign in to comment.