diff --git a/.github/workflows/deploy-to-cloudflare-pages.yml b/.github/workflows/deploy-to-cloudflare-pages.yml index 9d6cb28538..efff4526bc 100644 --- a/.github/workflows/deploy-to-cloudflare-pages.yml +++ b/.github/workflows/deploy-to-cloudflare-pages.yml @@ -17,7 +17,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 78663ba488..62b67bba88 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -18,7 +18,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # fetch external files && Building the docs - name: Build the docs