Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down