build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Mizux Seiha
parent
7ee639cf69
commit
93dafb79a0
2
.github/workflows/amd64_linux_bazel.yml
vendored
2
.github/workflows/amd64_linux_bazel.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Check mvn
|
||||
run: mvn --version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Check Python
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
run: swig -version
|
||||
# Install .NET SDKs
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
sudo apt install -y swig
|
||||
swig -version
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
sudo apt install -y swig
|
||||
swig -version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Update Path
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
run: swig -version
|
||||
# Install .NET SDKs
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
2
.github/workflows/amd64_macos_bazel.yml
vendored
2
.github/workflows/amd64_macos_bazel.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Check mvn
|
||||
run: mvn --version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Check Python
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
brew install swig
|
||||
swig -version
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
brew install swig
|
||||
swig -version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Update Path
|
||||
|
||||
2
.github/workflows/amd64_windows_bazel.yml
vendored
2
.github/workflows/amd64_windows_bazel.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Check mvn
|
||||
run: mvn --version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Check Python
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Install python3
|
||||
|
||||
2
.github/workflows/arm64_macos_bazel.yml
vendored
2
.github/workflows/arm64_macos_bazel.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Check mvn
|
||||
run: mvn --version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Check Python
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
brew install swig
|
||||
swig -version
|
||||
- name: Setup .NET 8.0
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Check dotnet
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
brew install swig
|
||||
swig -version
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{matrix.python.version}}
|
||||
- name: Update Path
|
||||
|
||||
Reference in New Issue
Block a user