diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index addd8c4..500d090 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
       - id: yarn_cache
         run: echo "::set-output name=dir::$(yarn cache dir)"
-      - uses: actions/cache@v3
+      - uses: actions/cache@v4
         with:
           path: ${{ steps.yarn_cache.outputs.dir }}
           key: yarn-${{ hashFiles('**/yarn.lock') }}
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d338725..9e093a0 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
       - id: yarn_cache
         run: echo "::set-output name=dir::$(yarn cache dir)"
-      - uses: actions/cache@v3
+      - uses: actions/cache@v4
         with:
           path: ${{ steps.yarn_cache.outputs.dir }}
           key: yarn-${{ hashFiles('**/yarn.lock') }}