diff --git a/.github/workflows/site-deployment.yaml b/.github/workflows/site-deployment.yaml index d19443df..ebffebb5 100644 --- a/.github/workflows/site-deployment.yaml +++ b/.github/workflows/site-deployment.yaml @@ -73,7 +73,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' - name: 'Dependency Review'