Skip to content

Commit

Permalink
[CI] Update actions/checkout (#4021)
Browse files Browse the repository at this point in the history
Fix deprecation warning, when running syntax tests.
  • Loading branch information
deathaxe authored Jul 28, 2024
1 parent ac567af commit d5a77e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# https://github.com/actions/checkout
- name: Checkout Packages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: st_syntax_tests/Data/Packages

Expand Down

0 comments on commit d5a77e4

Please sign in to comment.