Checkout: Update all workflows to use Checkout V4

This commit is contained in:
Josh Soref
2025-01-06 09:43:57 -05:00
parent f90b59f7cd
commit be1cddbe1d
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Grant execute permission for gradlew
run: chmod +x gradlew