diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7807fc4..1a074ce 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -101,7 +101,7 @@ jobs: ## MeshFields - name: MeshFields Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: SCOREC/meshFields path: meshFields diff --git a/.github/workflows/formatCheck.yml b/.github/workflows/formatCheck.yml index 120a646..eab9fde 100644 --- a/.github/workflows/formatCheck.yml +++ b/.github/workflows/formatCheck.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: MeshFields Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: SCOREC/meshFields path: meshFields