From 3377385b2970405de8be71c1545dbe07e8b0ece3 Mon Sep 17 00:00:00 2001 From: Preston Waters Date: Mon, 26 Feb 2024 16:18:19 -0500 Subject: [PATCH] missed some actions --- .github/workflows/coverage.yml | 2 +- .github/workflows/formatCheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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