Skip to content

Commit

Permalink
ci: updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
supersu-man committed Apr 14, 2024
1 parent a1ccc00 commit 147cfc3
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 @@ -7,16 +7,16 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: kaisugi/action-regex-match@v1.0.0
- uses: kaisugi/action-regex-match@v1.0.1
id: regex-match
with:
text: ${{ github.event.head_commit.message }}
regex: '^v[0-9]+\.[0-9]+\.[0-9]+$'

- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand Down

0 comments on commit 147cfc3

Please sign in to comment.