diff --git a/.github/workflows/backend-deploy-preview.yml b/.github/workflows/backend-deploy-preview.yml index 7cb2fdee..9b3c60cd 100644 --- a/.github/workflows/backend-deploy-preview.yml +++ b/.github/workflows/backend-deploy-preview.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/frontend-deploy-preview.yml b/.github/workflows/frontend-deploy-preview.yml index a59a0f36..48b3f456 100644 --- a/.github/workflows/frontend-deploy-preview.yml +++ b/.github/workflows/frontend-deploy-preview.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 28bf4962..307dc860 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v4