Skip to content

Commit

Permalink
Github checkout action updated to v4 (#10)
Browse files Browse the repository at this point in the history
Part of Devops Task: **Update actions/checkout in LokaHQ Github**
  • Loading branch information
juanfegiraldova authored Sep 9, 2024
1 parent 9e6476c commit b04259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install deps
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit b04259d

Please sign in to comment.