Update One Github Action

It was using deprecated version.
This commit is contained in:
oleibman
2024-11-10 10:23:49 -08:00
parent 08d4e08cf0
commit 6e85375fcc
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0