Skip to content

Commit

Permalink
Merge pull request #5 from SlashNephy/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
SlashNephy authored Mar 29, 2023
2 parents 921f838 + 3bd1210 commit 5719cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
Expand Down

0 comments on commit 5719cb9

Please sign in to comment.