diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml
index ad901aed..06f685ee 100644
--- a/.github/workflows/deploy-theme.yml
+++ b/.github/workflows/deploy-theme.yml
@@ -7,7 +7,7 @@ jobs:
   deploy:
     runs-on: ubuntu-18.04
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Deploy Ghost Theme
         uses: TryGhost/action-deploy-theme@v1.4.1
         with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a259dd63..9b220253 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,6 +10,6 @@ jobs:
     runs-on: ubuntu-latest
     if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: yarn
       - run: yarn test:ci