From 868ad62e1f78154bf7dafe6b851a60421d66cd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:55:37 +0000 Subject: [PATCH] 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](https://github.com/actions/setup-dotnet/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/emacs-test.yml | 2 +- .github/workflows/vim-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8e7533a0d..f39f1fd11 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/emacs-test.yml b/.github/workflows/emacs-test.yml index c1eaa9155..95bdc8590 100644 --- a/.github/workflows/emacs-test.yml +++ b/.github/workflows/emacs-test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 - name: Build PSES shell: pwsh diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index f20b7e354..7679f40bb 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 - name: Build PSES shell: pwsh