From aac3cdd0bed90fd2821c1c1cc2797108a313f101 Mon Sep 17 00:00:00 2001
From: Alistair Adcroft <Alistair.Adcroft@noaa.gov>
Date: Mon, 12 Dec 2022 15:51:55 -0500
Subject: [PATCH] github workflows: update to use actions/checkout@v3

- Update actions/checkout from v2 to v3 (suggested at
  https://github.com/NCAR/MOM6/pull/231#issuecomment-1347224581 thanks
  to @jedwards4b)
---
 .github/workflows/coupled-api.yml             | 2 +-
 .github/workflows/coverage.yml                | 2 +-
 .github/workflows/documentation-and-style.yml | 2 +-
 .github/workflows/expression.yml              | 2 +-
 .github/workflows/macos-regression.yml        | 2 +-
 .github/workflows/macos-stencil.yml           | 2 +-
 .github/workflows/other.yml                   | 2 +-
 .github/workflows/perfmon.yml                 | 2 +-
 .github/workflows/regression.yml              | 2 +-
 .github/workflows/stencil.yml                 | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/coupled-api.yml b/.github/workflows/coupled-api.yml
index 2c9fa32720..4a07c0b639 100644
--- a/.github/workflows/coupled-api.yml
+++ b/.github/workflows/coupled-api.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 358d48a7a7..9922840420 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/documentation-and-style.yml b/.github/workflows/documentation-and-style.yml
index c171c538d5..3ca7f0e613 100644
--- a/.github/workflows/documentation-and-style.yml
+++ b/.github/workflows/documentation-and-style.yml
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/expression.yml b/.github/workflows/expression.yml
index adedf630b9..5860d32e37 100644
--- a/.github/workflows/expression.yml
+++ b/.github/workflows/expression.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/macos-regression.yml b/.github/workflows/macos-regression.yml
index dc86a52212..422c50b68a 100644
--- a/.github/workflows/macos-regression.yml
+++ b/.github/workflows/macos-regression.yml
@@ -16,7 +16,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/macos-stencil.yml b/.github/workflows/macos-stencil.yml
index 96240f31f8..36a5841bb2 100644
--- a/.github/workflows/macos-stencil.yml
+++ b/.github/workflows/macos-stencil.yml
@@ -16,7 +16,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/other.yml b/.github/workflows/other.yml
index c992c8c6ec..2cba17ae76 100644
--- a/.github/workflows/other.yml
+++ b/.github/workflows/other.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/perfmon.yml b/.github/workflows/perfmon.yml
index 896b9d51d8..09b4d617a2 100644
--- a/.github/workflows/perfmon.yml
+++ b/.github/workflows/perfmon.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml
index 15dcdbceb2..7cdd0a5cd6 100644
--- a/.github/workflows/regression.yml
+++ b/.github/workflows/regression.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive
 
diff --git a/.github/workflows/stencil.yml b/.github/workflows/stencil.yml
index 6f4a7b1790..c85945072c 100644
--- a/.github/workflows/stencil.yml
+++ b/.github/workflows/stencil.yml
@@ -11,7 +11,7 @@ jobs:
         working-directory: .testing
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: recursive