diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml
index 56a423531..ea85a3b67 100644
--- a/.github/workflows/init.yml
+++ b/.github/workflows/init.yml
@@ -16,7 +16,7 @@ jobs:
         needs: activate
         runs-on: ubuntu-latest
         steps:
-        - uses: actions/checkout@v3
+        - uses: actions/checkout@v4
           with:
             ref: ${{ github.head_ref }}
             fetch-depth: 0