Skip to content

Commit 1b3b059

Browse files
authored
Merge pull request #1164 from logicality-io/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 2ad1a27 + 3657be2 commit 1b3b059

10 files changed

+10
-10
lines changed

.github/workflows/aspnet-core-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/bullseye-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup Dotnet
32-
uses: actions/setup-dotnet@v3
32+
uses: actions/setup-dotnet@v4
3333
with:
3434
dotnet-version: 8.0.x
3535
- run: dotnet --info

.github/workflows/configuration-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/hosting-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/lambda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/pulumi-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/system-extensions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

.github/workflows/webhook-relay-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log into GitHub Container Registry
3434
run: echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
3535
- name: Setup Dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Print Env

0 commit comments

Comments
 (0)