Skip to content

Commit

Permalink
Updates build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fkneier-bikeleasing committed May 22, 2024
1 parent de557ed commit dc97ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Calculate version
id: version
run: curl -Ls https://solugo.github.io/gitversion/run.sh | GITVERSION=v1.0.12 bash
run: curl -Ls https://solugo.github.io/gitversion/run.sh | GITVERSION=v1.1.0 bash
build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -38,9 +38,9 @@ jobs:
VERSION: ${{ needs.version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit dc97ad2

Please sign in to comment.