Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent df9bef4 commit 8f681e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: SONAR_ORACLE_API
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/action-test-and-analyse-java@v0.1.0
- uses: bcgov-nr/action-test-and-analyse-java@v0.2.0
with:
commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests
dir: ${{ matrix.dir }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/action-pr-description-add@v1.0.1
uses: bcgov-nr/action-pr-description-add@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
triggers: ('oracle-api/')
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/action-builder-ghcr@v1.1.2
- uses: bcgov-nr/action-builder-ghcr@v1.3.0
with:
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
Expand Down

0 comments on commit 8f681e5

Please sign in to comment.