summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark VanderVoord <mvandervoord@gmail.com>2024-04-30 16:46:17 -0400
committerGitHub <noreply@github.com>2024-04-30 16:46:17 -0400
commit1d28a9981207fa03be19018f60b23d5dca53cabc (patch)
treef0b2990076c169e21106a507ade7706251a87361
parent25ca536caf5c085c453917fe139b3303b8a36e9d (diff)
parent8e4c9b94cb334cc9c20217eb0d36f5ee8805a442 (diff)
downloadThrowTheSwitch-Unity-upstream-master.tar.gz
Merge pull request #729 from dreamer-coding-555/update_github_actionupstream-master
Updated main.yml
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 339bd23..f0b6d93 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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