Skip to content

Commit

Permalink
- Build system fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Jul 4, 2024
1 parent 9e8071d commit 4ee85a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Gradle Build
on: {push: {tags: null}}
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vaccovecrana/gitflow-oss-java-slim@0.9.9
- uses: actions/checkout@v4
- uses: vaccovecrana/gitflow-oss-java-slim@1.0.1
with:
orgConfig: https://vacco-oss.s3.us-east-2.amazonaws.com/vacco-oss.json
env:
Expand Down

0 comments on commit 4ee85a1

Please sign in to comment.