diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml
index f5ecec13b..ce20d2a80 100644
--- a/.github/workflows/pull.yaml
+++ b/.github/workflows/pull.yaml
@@ -21,6 +21,6 @@ jobs:
           fi
       - name: build kyma@v3 binary
         run: make build
-      - uses: kyma-project/serverless/.github/actions/create-k3d-cluster
+      - uses: kyma-project/serverless/.github/actions/create-k3d-cluster@9e8c091842e5c884e1770ef0bcc5b4b4d2894b74
       - name: test 
         run: make -C tests/k3d e2e-test
\ No newline at end of file