Skip to content

Commit

Permalink
upgrade github action to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 24, 2024
1 parent cf85fa3 commit b82725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
luaVersion: ["5.4", "5.3", "5.2", "5.1"]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install dependencies MacOS
if: matrix.os == 'macos-latest'
run: brew install coreutils gnu-sed
Expand Down

0 comments on commit b82725b

Please sign in to comment.