Skip to content

Commit 750f24f

Browse files
Merge pull request #103 from xt0rted/dependabot/github_actions/xt0rted/setup-dotnet-1.5.0
Bump xt0rted/setup-dotnet from 1.4.0 to 1.5.0
2 parents 4d8e467 + db46605 commit 750f24f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464

6565
- name: Set up .NET
66-
uses: xt0rted/setup-dotnet@v1.4.0
66+
uses: xt0rted/setup-dotnet@v1.5.0
6767
with:
6868
source-url: https://nuget.pkg.github.com/xt0rted/index.json
6969
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/[email protected]
125125

126126
- name: Set up .NET
127-
uses: xt0rted/setup-dotnet@v1.4.0
127+
uses: xt0rted/setup-dotnet@v1.5.0
128128
with:
129129
source-url: https://nuget.pkg.github.com/xt0rted/index.json
130130
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838

3939
- name: Set up .NET
40-
uses: xt0rted/setup-dotnet@v1.4.0
40+
uses: xt0rted/setup-dotnet@v1.5.0
4141
with:
4242
source-url: https://nuget.pkg.github.com/xt0rted/index.json
4343
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626

2727
- name: Set up .NET
28-
uses: xt0rted/setup-dotnet@v1.4.0
28+
uses: xt0rted/setup-dotnet@v1.5.0
2929
with:
3030
source-url: https://nuget.pkg.github.com/xt0rted/index.json
3131
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)