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/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/part-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup dotnet
uses: actions/setup-dotnet@v5
with:
Expand All @@ -40,7 +40,7 @@ jobs:
working-directory: playground/Coalesce.Web.Vue3

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/setup-dotnet@v5
with:
Expand All @@ -65,7 +65,7 @@ jobs:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# setup-node and update npm are only here to preemptively test
# the required install of npm@11 that's needed for OIDC npm publish
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: npm ci
working-directory: ${{ github.workspace }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: npm ci
working-directory: ${{ github.workspace }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
working-directory: docs

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
# fetch all commits to get last updated time or other git log info
fetch-depth: 0
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
COALESCE_VERSION: ${{ inputs.COALESCE_VERSION }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/part-compute-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
COALESCE_VERSION: ${{ steps.version.outputs.COALESCE_VERSION }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: "Verify and set COALESCE_VERSION variable"
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/part-template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Extract changelog for current version
if: ${{ !inputs.prereleaseSlug }}
Expand Down