Skip to content

Commit

Permalink
[github-actions] Use v1.0.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhatG authored Jan 16, 2024
1 parent 8edba5e commit 788fed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: aerius-github-actions
ref: v1.0.2

- uses: aerius/github-actions/events/pull_request-event-action@v1
- uses: aerius/github-actions/events/pull_request-event-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JDK_VERSION: 17
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
path: aerius-github-actions
ref: v1.0.2

- uses: aerius/github-actions/events/push-event-action@v1
- uses: aerius/github-actions/events/push-event-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEXUS_USERNAME: ${{ env.NEXUS_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: aerius-github-actions
ref: v1.0.2

- uses: aerius/github-actions/events/release-event-action@v1
- uses: aerius/github-actions/events/release-event-action@v1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEXUS_USERNAME: ${{ env.NEXUS_USERNAME }}
Expand Down

0 comments on commit 788fed6

Please sign in to comment.