diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4914e3d..8284271 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
           - prettier
           - synth
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v2
         with:
           version: "8.7.5"
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d5c7a43..c78e6d2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
       url: ${{ inputs.environment_url }}
     steps:
       - run: echo "::add-mask::${{ secrets.AWS_ACCOUNT }}"
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ inputs.ref }}
           repository: ${{ inputs.repository }}