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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
uses: actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49
with:
clean: 'false'
fetch-depth: '0'
- name: 🔨 Use .NET Core 8.0 SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
dotnet-version: '8.0.x'
- name: 🔨 Use .NET Core 9.0 SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
dotnet-version: '9.0.x'
- name: 🔨 Use .NET Core 10.0 SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
dotnet-version: '10.0.x'
- name: ⚒️ dotnet tool restore
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: 🚀 Publish Codecov Coverage
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
continue-on-error: true
uses: codecov/codecov-action@v5.5.1
uses: codecov/codecov-action@v5.5.2
with:
name: 'actions'
token: '${{ secrets.CODECOV_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
default-label: ':sparkles: mysterious'
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: 📲 Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/setup@v4.1.0
uses: gittools/actions/gitreleasemanager/setup@v4.2.0
with:
versionSpec: '0.20.0'
- name: Get Repo and Owner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
env:
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
uses: planetscale/ghcommit-action@v0.2.17
uses: planetscale/ghcommit-action@v0.2.20
with:
commit_message: 'Automatically linting code'
repo: '${{ github.repository }}'
Expand Down
Loading