diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 07458a89f8c86e49966e9d22832d67d794a06665..cc406e2b91c68df08275fa38c172b55b27af861c 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -39,10 +39,10 @@ jobs:
 
     steps:
       - name: Check out the codebase
-        uses: actions/checkout@v4
+        uses: actions/checkout@v4.2.2
 
       - name: Set up Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v5.6.0
         with:
           python-version: "${{ matrix.python }}"
           cache: "pip"
diff --git a/update.sh b/update.sh
index 9d4cffc3d76fe1cc2c43883584d7981acc734d19..c590f54e8c0b5de4b09304634134cf67aef3afc9 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,7 @@
 
 git \
   clone \
-  https://github.com/dmitriysafronov/ansible_role-template.git \
+  https://github.com/disafronov/ansible_role-template.git \
   .update
 
 LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)"