Skip to content

Commit

Permalink
Merge pull request #274 from stargate/dependabot/github_actions/gradl…
Browse files Browse the repository at this point in the history
…e/gradle-build-action-3

Bump gradle/gradle-build-action from 2 to 3
  • Loading branch information
msmygit authored Aug 28, 2024
2 parents e511295 + b4ba9df commit 2763b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fi
ln -s antora-stargate.yml antora.yml
- name: Setup gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Execute gradle build to run antora
run: ./gradlew antora
- name: "Fix attachments"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fi
ln -s antora-stargate.yml antora.yml
- name: Setup gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Execute gradle build to run antora
run: ./gradlew antora
- name: "Fix attachments"
Expand Down

0 comments on commit 2763b0e

Please sign in to comment.