Skip to content

Commit 40d463c

Browse files
committed
fix(workflow): maj v4
1 parent d2cdaf3 commit 40d463c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v3
14+
uses: actions/setup-java@v4
1515
with:
1616
java-version: 17
1717
distribution: 'zulu'
1818

19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v3
24+
uses: actions/setup-dotnet@v4
2525

2626
- name: Install SonarCloud scanner
2727
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)