Merge pull request #729 from dreamer-coding-555/update_github_action

Updated main.yml
This commit is contained in:
Mark VanderVoord
2024-04-30 16:46:17 -04:00
committed by GitHub

View File

@ -27,7 +27,7 @@ jobs:
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
# Run Tests
- name: Run All Unit Tests