diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml
index 35537a5..c977f30 100644
--- a/.github/actions/setup-tools/action.yml
+++ b/.github/actions/setup-tools/action.yml
@@ -5,7 +5,7 @@ runs:
   using: composite
   steps:
   - name: Setup Tools
-    uses: egose/actions/asdf-tools@53b95f40ba39c1b460ad6ab6f6ccdb38cc8a9695
+    uses: egose/actions/asdf-tools@ffb10ef424819abd01e94cfff59fd7b944c793cc
     with:
       plugins: |
         mongodb=https://github.com/junminahn/asdf-mongodb.git
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 2bf84f6..8017dd9 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -26,7 +26,7 @@ jobs:
       uses: ./.github/actions/setup-tools
 
     - name: Build and Push
-      uses: egose/actions/docker-build-push@53b95f40ba39c1b460ad6ab6f6ccdb38cc8a9695
+      uses: egose/actions/docker-build-push@ffb10ef424819abd01e94cfff59fd7b944c793cc
       with:
         registry-url: ${{ env.DOCKER_REGISTRY }}
         registry-username: ${{ github.actor }}