diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ed7839d..9e0076d 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -29,7 +29,7 @@ jobs: steps: # Download the markdown and supporting files - name: Checkout Files from Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Upload a copy of the static pages - name: Setup Python diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index e5f1335..98c4718 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -49,7 +49,7 @@ jobs: steps: # Download the source code - name: Checkout Files from Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set the experimental tag to indicate if it is an Alpha or Beta build - name: Compute Channel @@ -97,7 +97,7 @@ jobs: steps: # Download the source code - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout-cone-mode: false sparse-checkout: private.staticwebapp.config.json