diff --git a/.github/workflows/generate-go-app.yml b/.github/workflows/generate-go-app.yml
index 3eafc95..2997680 100644
--- a/.github/workflows/generate-go-app.yml
+++ b/.github/workflows/generate-go-app.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
 
       - name: Clone source code
-        uses: actions/checkout@v4.1.7 # https://github.com/actions/checkout
+        uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout
         with:
           # Whether to configure the token or SSH key with the local git config. Default: true
           persist-credentials: false
diff --git a/.github/workflows/generate-js-app.yml b/.github/workflows/generate-js-app.yml
index 9905f96..31adc9a 100644
--- a/.github/workflows/generate-js-app.yml
+++ b/.github/workflows/generate-js-app.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
 
       - name: Clone source code
-        uses: actions/checkout@v4.1.7 # https://github.com/actions/checkout
+        uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout
         with:
           # Whether to configure the token or SSH key with the local git config. Default: true
           persist-credentials: false
diff --git a/.github/workflows/generate-python-app.yml b/.github/workflows/generate-python-app.yml
index 89e9fda..403af98 100644
--- a/.github/workflows/generate-python-app.yml
+++ b/.github/workflows/generate-python-app.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
 
       - name: Clone source code
-        uses: actions/checkout@v4.1.7 # https://github.com/actions/checkout
+        uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout
         with:
           # Whether to configure the token or SSH key with the local git config. Default: true
           persist-credentials: false
diff --git a/.github/workflows/generate-ts-app.yml b/.github/workflows/generate-ts-app.yml
index 0e47a56..9fdd556 100644
--- a/.github/workflows/generate-ts-app.yml
+++ b/.github/workflows/generate-ts-app.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
 
       - name: Clone source code
-        uses: actions/checkout@v4.1.7 # https://github.com/actions/checkout
+        uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout
         with:
           # Whether to configure the token or SSH key with the local git config. Default: true
           persist-credentials: false
diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 3b0503d..41e9f54 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -56,7 +56,7 @@ jobs:
     steps:
 
       - name: Clone source code
-        uses: actions/checkout@v4.1.7 # https://github.com/actions/checkout
+        uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout
         with:
           # Whether to configure the token or SSH key with the local git config. Default: true
           persist-credentials: false