Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent ca856a8 commit c0449f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dbuild.id=$GITHUB_SHA
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: web_generator
path: output/dst

0 comments on commit c0449f7

Please sign in to comment.