Bump de.siegmar:fastcsv from 3.6.0 to 3.7.0 in the dependencies group #83
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 2b2t.vc-discord PR Build | |
| on: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v3 | |
| - name: Setup JDK | |
| uses: actions/setup-java@v3 | |
| with: | |
| java-version: '21' | |
| distribution: 'zulu' | |
| - name: Elevate wrapper permissions | |
| run: chmod +x ./mvnw | |
| - name: Build 2b2t.vc-discord | |
| run: ./mvnw install |