Skip to content

Commit

Permalink
Updated gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed May 8, 2024
1 parent b54a016 commit a66adf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
Expand All @@ -43,7 +43,7 @@ jobs:
uses: SWAT-engineering/maven-full-artifacts-action@v1

- name: Prepare draft release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
Expand Down

0 comments on commit a66adf7

Please sign in to comment.