Skip to content
Closed
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check-with-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Markdown Link Check
continue-on-error: true
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check-without-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Markdown Link Check
continue-on-error: true
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Approve and merge dependabot PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Markdown link check
id: mlc-push
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-action-gh-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to true
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to true
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with markdown step output
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to false
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to false
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with markdown step output
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with default action args
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with bad input
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to true
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to true
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with markdown step output
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to false
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with only errors set to false
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with markdown step output
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with default action args
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.WORKFLOW_HEAD_SHA }}
- name: Run markdown link check log parser with bad input
Expand Down
Loading