diff --git a/.github/workflows/ocp-feature.yml b/.github/workflows/ocp-feature.yml
index b13edb1e3e38b8870b315f89771cdddafd7a6a83..60fc175ce9b7411b41319da5a1f9ad30784b3d0b 100644
--- a/.github/workflows/ocp-feature.yml
+++ b/.github/workflows/ocp-feature.yml
@@ -9,7 +9,7 @@ jobs:
   build-ocp-feature:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Fetch external dependencies
       run: make fetch DEPLOYMENT_TYPE=ocp OPENSHIFT_RELEASE=$(make latest_version DEPLOYMENT_TYPE=ocp)
     - name: Build the Docker image
diff --git a/.github/workflows/ocp-master.yml b/.github/workflows/ocp-master.yml
index ebd117880a95f9f813b7390df9f820ae7b02ff8e..f8096b3323764d6b6273537f06f2817e89a4fb68 100644
--- a/.github/workflows/ocp-master.yml
+++ b/.github/workflows/ocp-master.yml
@@ -9,7 +9,7 @@ jobs:
   build-ocp:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Fetch external dependencies
       run: make fetch DEPLOYMENT_TYPE=ocp OPENSHIFT_RELEASE=$(make latest_version DEPLOYMENT_TYPE=ocp)
     - name: Build the Docker image
diff --git a/.github/workflows/okd-feature.yml b/.github/workflows/okd-feature.yml
index cb57d07a9f3a55b51e8bfe0bc997528398264170..833296db1844d881c481fea8b3311849ecdfa00a 100644
--- a/.github/workflows/okd-feature.yml
+++ b/.github/workflows/okd-feature.yml
@@ -9,7 +9,7 @@ jobs:
   build-okd-feature:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Fetch external dependencies
       run: make fetch OPENSHIFT_RELEASE=$(make latest_version)
     - name: Build the Docker image
diff --git a/.github/workflows/okd-master.yml b/.github/workflows/okd-master.yml
index 83f411c7f96e3c0035c721b312bcabd7c4091cbf..77c0464a14230b6065a5be5a213dd59e448a8b13 100644
--- a/.github/workflows/okd-master.yml
+++ b/.github/workflows/okd-master.yml
@@ -9,7 +9,7 @@ jobs:
   build-okd:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Fetch external dependencies
       run: make fetch OPENSHIFT_RELEASE=$(make latest_version)
     - name: Build the Docker image