Skip to content
Merged
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_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
solution: MaterialDesignToolkit.Full.sln

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

- name: Setup .NET
uses: actions/setup-dotnet@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/control_styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Generate Control Styles Markdown
run: build/GenerateThemesWikiMarkdown.ps1
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: windows-latest

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

- name: Run Icon Generation
run: dotnet run -c Release -- icons
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: Get Icon Changes

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

steps:
- name: Checkout Wiki Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ github.repository }}.wiki

Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
# Doing a checkout, until this issue is resolved.
# https://github.com/valeriobelli/gh-milestone/issues/15
# As of version 2.1.0 the -R doesn't appear to output valid json when filtering. So still using the checkout.
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Close Milestone
run: |
Expand All @@ -274,7 +274,7 @@ jobs:

steps:
# Checkout is needed so that we can update the get_versions.yml file
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Increment Version Numbers
run: |
Expand Down