Skip to content

Commit da3e3c4

Browse files
Update github actions
1 parent 167a5d1 commit da3e3c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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@8e8c483db84b4bee98b60c0593521ed34d9990e8
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

.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].19
118118
with:
119119
commit_message: 'Automatically linting code'
120120
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)