From 1bbc09e1f7b1bb2e59dcb955402dfa2e3b9050a8 Mon Sep 17 00:00:00 2001
From: George Melikov <mail@gmelikov.ru>
Date: Tue, 11 Oct 2022 22:59:06 +0300
Subject: [PATCH] CI: bump actions/checkout to v3

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #14018
---
 .github/workflows/checkstyle.yaml          | 2 +-
 .github/workflows/zfs-tests-functional.yml | 2 +-
 .github/workflows/zfs-tests-sanity.yml     | 2 +-
 .github/workflows/zloop.yml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml
index 553d5df39..91b8920fa 100644
--- a/.github/workflows/checkstyle.yaml
+++ b/.github/workflows/checkstyle.yaml
@@ -8,7 +8,7 @@ jobs:
   checkstyle:
     runs-on: ubuntu-20.04
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         ref: ${{ github.event.pull_request.head.sha }}
     - name: Install dependencies
diff --git a/.github/workflows/zfs-tests-functional.yml b/.github/workflows/zfs-tests-functional.yml
index adcbcb156..ac26c5345 100644
--- a/.github/workflows/zfs-tests-functional.yml
+++ b/.github/workflows/zfs-tests-functional.yml
@@ -12,7 +12,7 @@ jobs:
         os: [18.04, 20.04]
     runs-on: ubuntu-${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         ref: ${{ github.event.pull_request.head.sha }}
     - name: Install dependencies
diff --git a/.github/workflows/zfs-tests-sanity.yml b/.github/workflows/zfs-tests-sanity.yml
index c1e257dd1..0c8828d53 100644
--- a/.github/workflows/zfs-tests-sanity.yml
+++ b/.github/workflows/zfs-tests-sanity.yml
@@ -8,7 +8,7 @@ jobs:
   tests:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         ref: ${{ github.event.pull_request.head.sha }}
     - name: Install dependencies
diff --git a/.github/workflows/zloop.yml b/.github/workflows/zloop.yml
index cf81ad4bc..70b034b26 100644
--- a/.github/workflows/zloop.yml
+++ b/.github/workflows/zloop.yml
@@ -10,7 +10,7 @@ jobs:
     env:
       TEST_DIR: /var/tmp/zloop
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         ref: ${{ github.event.pull_request.head.sha }}
     - name: Install dependencies