diff --git a/.github/workflows/ocp-feature.yml b/.github/workflows/ocp-feature.yml
index fd6d8a27b30a858aa98995dad1fbc834f62ed143..4c38a170f87662caa53aa5418dd963fc3dda0f07 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
     - name: Build the Docker image
diff --git a/.github/workflows/ocp-master.yml b/.github/workflows/ocp-master.yml
index eb6c00ef38f865b8395a80abf1c308c2d8f4bd4e..992ee1d9309fc0e42537337b8224b7c00067aa98 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
     - name: Build the Docker image
diff --git a/.github/workflows/okd-feature.yml b/.github/workflows/okd-feature.yml
index a157d92d57252ae46e7b6e9198479b4795ec5101..cd9f759a57483efb025303c8d23aa5e67cdb2871 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
     - name: Build the Docker image
diff --git a/.github/workflows/okd-master.yml b/.github/workflows/okd-master.yml
index 1cd3c1b13b0152cd3266ac53784609d37a844de1..e619b840e2c276e292da720e7e36a47e9a77c54b 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
     - name: Build the Docker image