Skip to content

Commit

Permalink
Merge pull request #1563 from AtlasOfLivingAustralia/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/dot-github/workflows/gradle/gradle-build-action-2.4.2

Bump gradle/gradle-build-action from 2.4.0 to 2.4.2 in /.github/workflows
  • Loading branch information
temi authored Oct 13, 2023
2 parents d3d0c15 + 0225496 commit 127e5a2
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 @@ -77,7 +77,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: build biocollect before running js unit test to compile dependent js templates
uses: gradle/[email protected].0
uses: gradle/[email protected].2
with:
arguments: _Events
env:
Expand All @@ -93,12 +93,12 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Clean to remove clover instrumentation
uses: gradle/[email protected].0
uses: gradle/[email protected].2
with:
arguments: clean

- name: Publish the JAR to the repository
uses: gradle/[email protected].0
uses: gradle/[email protected].2
with:
arguments: publish
env:
Expand Down

0 comments on commit 127e5a2

Please sign in to comment.