diff --git a/.github/workflows/microsite-deployment-branch.yml b/.github/workflows/microsite-deployment-branch.yml index cb8e1fb..c290d1b 100644 --- a/.github/workflows/microsite-deployment-branch.yml +++ b/.github/workflows/microsite-deployment-branch.yml @@ -33,7 +33,7 @@ jobs: id: versions - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/microsite-deployment-full.yml b/.github/workflows/microsite-deployment-full.yml index 9e0d993..26049d6 100644 --- a/.github/workflows/microsite-deployment-full.yml +++ b/.github/workflows/microsite-deployment-full.yml @@ -36,7 +36,7 @@ jobs: id: versions - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6