Skip to content

Commit

Permalink
Merge pull request #78 from rcmdnk/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
rcmdnk authored Mar 2, 2022
2 parents 7772c94 + a751c8f commit c9946b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install AutoHotkey with Chocolatey
uses: crazy-max/ghaction-chocolatey@v1
with:
Expand Down

0 comments on commit c9946b9

Please sign in to comment.