Skip to content

Commit b36dabb

Browse files
Update github actions
1 parent 4f4c539 commit b36dabb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,20 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
104+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
105105
with:
106106
clean: 'false'
107107
fetch-depth: '0'
108108
- name: 🔨 Use .NET Core 8.0 SDK
109-
uses: actions/[email protected].0
109+
uses: actions/[email protected].1
110110
with:
111111
dotnet-version: '8.0.x'
112112
- name: 🔨 Use .NET Core 9.0 SDK
113-
uses: actions/[email protected].0
113+
uses: actions/[email protected].1
114114
with:
115115
dotnet-version: '9.0.x'
116116
- name: 🔨 Use .NET Core 10.0 SDK
117-
uses: actions/[email protected].0
117+
uses: actions/[email protected].1
118118
with:
119119
dotnet-version: '10.0.x'
120120
- name: ⚒️ dotnet tool restore
@@ -174,7 +174,7 @@ jobs:
174174
- name: 🚀 Publish Codecov Coverage
175175
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]')
176176
continue-on-error: true
177-
uses: codecov/[email protected].1
177+
uses: codecov/[email protected].2
178178
with:
179179
name: 'actions'
180180
token: '${{ secrets.CODECOV_TOKEN }}'

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
default-label: ':sparkles: mysterious'
7777
github-token: '${{ secrets.GITHUB_TOKEN }}'
7878
- name: 📲 Install GitReleaseManager
79-
uses: gittools/actions/gitreleasemanager/setup@v4.1.0
79+
uses: gittools/actions/gitreleasemanager/setup@v4.2.0
8080
with:
8181
versionSpec: '0.20.0'
8282
- name: Get Repo and Owner

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
116116
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
117-
uses: planetscale/[email protected].17
117+
uses: planetscale/[email protected].20
118118
with:
119119
commit_message: 'Automatically linting code'
120120
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)