Skip to content

Commit 6133c79

Browse files
dependabot[bot]andyleejordan
authored andcommitted
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec82b53 commit 6133c79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Install dotnet
35-
uses: actions/setup-dotnet@v3
35+
uses: actions/setup-dotnet@v4
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL

.github/workflows/emacs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install dotnet
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v4
2424

2525
- name: Build PSES
2626
shell: pwsh

.github/workflows/vim-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install dotnet
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v4
2424

2525
- name: Build PSES
2626
shell: pwsh

0 commit comments

Comments
 (0)