Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
larrrssss committed Feb 14, 2024
2 parents 7a770ef + 739f733 commit 4836b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Add problem matcher
run: echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json"
Expand Down

0 comments on commit 4836b30

Please sign in to comment.