README Etc
diff --git a/README.md b/README.md
index 5a6baac..a7b3ec3 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@
           npm run build
 
       - name: Deploy 🚀
-        uses: JamesIves/github-pages-deploy-action@3.5.9
+        uses: JamesIves/github-pages-deploy-action@3.6.0
         with:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           BRANCH: gh-pages # The branch the action should deploy to.
@@ -187,7 +187,7 @@
     ssh-private-key: ${{ secrets.DEPLOY_KEY }}
 
 - name: Deploy 🚀
-  uses: JamesIves/github-pages-deploy-action@releases/v3
+  uses: JamesIves/github-pages-deploy-action@3.6.0
   with:
     SSH: true
     BRANCH: gh-pages
@@ -223,7 +223,7 @@
           ssh-private-key: ${{ secrets.DEPLOY_KEY }}
 
       - name: Deploy 🚀
-        uses: JamesIves/github-pages-deploy-action@releases/v3
+        uses: JamesIves/github-pages-deploy-action@3.6.0
         with:
           BASE_BRANCH: master
           BRANCH: gh-pages
@@ -290,7 +290,7 @@
           name: site
 
       - name: Deploy 🚀
-        uses: JamesIves/github-pages-deploy-action@releases/v3
+        uses: JamesIves/github-pages-deploy-action@3.6.0
         with:
           ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
           BRANCH: gh-pages
@@ -312,7 +312,7 @@
     apt-get update && apt-get install -y rsync
 
 - name: Deploy 🚀
-  uses: JamesIves/github-pages-deploy-action@releases/v3
+  uses: JamesIves/github-pages-deploy-action@3.6.0
 ```
 
 ---
diff --git a/package.json b/package.json
index d2eb131..6153900 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "@jamesives/github-pages-deploy-action",
   "description": "GitHub action for building a project and deploying it to GitHub pages.",
   "author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
-  "version": "3.5.10",
+  "version": "3.6.0",
   "license": "MIT",
   "main": "lib/lib.js",
   "types": "lib/lib.d.ts",