Skip to content

Commit

Permalink
chore: update actions/checkout to use tag v4 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 29, 2024
1 parent 869b8bf commit 32a5d57
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@v4
- name: Install AutoHotkey with Chocolatey
uses: crazy-max/ghaction-chocolatey@v3
with:
Expand Down

0 comments on commit 32a5d57

Please sign in to comment.