Skip to content

Commit 7e4ccaa

Browse files
authored
💚 update dotnet action to version 3 (jhipster#1215)
1 parent 83b2c1c commit 7e4ccaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-integration-jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
java-version: '11' # The OpenJDK version to make available on the path
6969
architecture: 'x64' # defaults to 'x64'
70-
- uses: actions/setup-dotnet@v1
70+
- uses: actions/setup-dotnet@v3
7171
with:
7272
dotnet-version: '6.0.x'
7373
- name: git history

.github/workflows/test-integration-microservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: ${{ matrix.node_version }}
3737
- name: 'install required npm version'
3838
run: npm install -g npm@$(node -e "console.log(require('./generators/generator-dotnetcore-constants.cjs').NPM_VERSION);")
39-
- uses: actions/setup-dotnet@v1
39+
- uses: actions/setup-dotnet@v3
4040
with:
4141
dotnet-version: '6.0.x'
4242
- name: git history

.github/workflows/test-integration-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
node-version: ${{ matrix.node_version }}
6161
- name: 'install required npm version'
6262
run: npm install -g npm@$(node -e "console.log(require('./generators/generator-dotnetcore-constants.cjs').NPM_VERSION);")
63-
- uses: actions/setup-dotnet@v1
63+
- uses: actions/setup-dotnet@v3
6464
with:
6565
dotnet-version: '6.0.x'
6666
- name: git history

0 commit comments

Comments
 (0)