Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/crazy-max/ghaction…
Browse files Browse the repository at this point in the history
…-import-gpg-5.3.0
  • Loading branch information
jonreding2010 authored Oct 31, 2023
2 parents 18e2a81 + 024d81d commit 20ad908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.23.0
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Test Reporting
if: always() && github.actor != 'dependabot[bot]'
id: test-report
uses: phoenix-actions/test-reporting@v10
uses: phoenix-actions/test-reporting@v12
with:
name: ${{matrix.module-name}} Test Results
path: '**/junitreports/TEST-**.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Draft Release Notes
id: release-drafter
uses: release-drafter/release-drafter@v5.23.0
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: bash_v
Expand Down

0 comments on commit 20ad908

Please sign in to comment.