File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ runs:
1111 uses : actions/setup-go@v5
1212 if : ${{ matrix.language == 'go' }}
1313 with :
14- go-version : ' 1.20 '
14+ go-version : ' 1.23 '
1515 - uses : actions/setup-node@v4
1616 if : ${{matrix.language == 'typescript'}}
1717 with :
18- node-version : 18
18+ node-version : 20
1919 - uses : actions/setup-java@v4
2020 if : ${{matrix.language == 'java'}}
2121 with :
2424 - uses : actions/setup-python@v5
2525 if : ${{matrix.language == 'python'}}
2626 with :
27- python-version : ' 3.10 '
27+ python-version : ' 3.12 '
2828 - uses : actions/setup-dotnet@v4
2929 if : ${{matrix.language == 'csharp'}}
3030 with :
31- dotnet-version : 8
31+ dotnet-version : 8
Original file line number Diff line number Diff line change 3333 # Get the list of changed files, excluding Markdown files
3434 - name : Get changed files
3535 id : changed-files
36- uses : tj-actions/changed-files@v44
36+ uses : tj-actions/changed-files@v45
3737 with :
3838 files : ${{ matrix.language }}/**
3939 files_ignore : ' **/*.md'
You can’t perform that action at this time.
0 commit comments