Skip to content

Commit

Permalink
- Build system upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Jul 4, 2024
1 parent be0fd99 commit b90b845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: self-hosted
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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins { id("io.vacco.oss.gitflow") version "0.9.8" }
plugins { id("io.vacco.oss.gitflow") version "1.0.1" }

group = "io.vacco.jwt"
version = "0.8.0"
Expand Down

0 comments on commit b90b845

Please sign in to comment.