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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
SIXLABORS_LICENSE_KEY: ${{ secrets.SIXLABORS_LICENSE_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# lib/starling-regexp is a submodule; the build fails without it.
submodules: recursive
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
env:
SIXLABORS_LICENSE_KEY: ${{ secrets.SIXLABORS_LICENSE_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# lib/starling-regexp is a submodule; dotnet format compiles, so the
# build graph still needs the submodule sources present.
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
STARLING_ALLOW_NETWORK: "1"
SIXLABORS_LICENSE_KEY: ${{ secrets.SIXLABORS_LICENSE_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# lib/starling-regexp is a submodule; the build fails without it.
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# not in scope — until a reviewer approves the run for this commit.
environment: fork-ci
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# Build the exact reviewed commit, not a moving ref. pull_request_target
# defaults to the base branch, so the PR head must be requested
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/configure-pages@v6
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading