Skip to content

Commit

Permalink
Bump action versions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlo authored Feb 4, 2024
1 parent b2e7130 commit b634265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
- name: Setup git config
Expand All @@ -17,7 +17,7 @@ jobs:
git config user.email [email protected]
- name: Set up JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'corretto'
Expand Down

0 comments on commit b634265

Please sign in to comment.