Skip to content

Commit

Permalink
ci: use latest version of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 6, 2023
1 parent cdc7fb5 commit d5aa008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

steps:
- name: Checkout Code Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Dependencies
shell: bash
Expand Down

0 comments on commit d5aa008

Please sign in to comment.