diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4418aedb..01e1cf7b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' - name: 'Dependency Review' diff --git a/.github/workflows/site-deployment.yaml b/.github/workflows/site-deployment.yaml index 9b621dd3..3d9cd437 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'