File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v7
2222
2323 - name : Set up OpenJDK ${{ env.JAVA_VERSION }}
24- uses : actions/setup-java@v5.4 .0
24+ uses : actions/setup-java@v5.6 .0
2525 with :
2626 java-version : ${{ env.JAVA_VERSION }}
2727 distribution : " temurin"
@@ -80,18 +80,18 @@ jobs:
8080 echo "✅ Tag: v$SEMVER - $CLUB"
8181
8282 - name : Log in to GitHub Container Registry
83- uses : docker/login-action@v4.2.0
83+ uses : docker/login-action@v4.5.1
8484 with :
8585 registry : ghcr.io
8686 username : ${{ github.actor }}
8787 password : ${{ secrets.GITHUB_TOKEN }}
8888
8989 - name : Set up Docker Buildx
90- uses : docker/setup-buildx-action@v4.1 .0
90+ uses : docker/setup-buildx-action@v4.2 .0
9191
9292 - name : Build and push Docker image to GitHub Container Registry
9393 id : push
94- uses : docker/build-push-action@v7.2 .0
94+ uses : docker/build-push-action@v7.3 .0
9595 with :
9696 context : .
9797 push : true
@@ -137,7 +137,7 @@ jobs:
137137 } >> "$GITHUB_OUTPUT"
138138
139139 - name : Create GitHub Release
140- uses : softprops/action-gh-release@v3.0.1
140+ uses : softprops/action-gh-release@v3.0.2
141141 with :
142142 name : " v${{ steps.tag.outputs.semver }} - ${{ steps.tag.outputs.club }} 🏆"
143143 body : |
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v7
2323
2424 - name : Set up OpenJDK ${{ env.JAVA_VERSION }}
25- uses : actions/setup-java@v5.4 .0
25+ uses : actions/setup-java@v5.6 .0
2626 with :
2727 java-version : ${{ env.JAVA_VERSION }}
2828 distribution : " temurin"
Original file line number Diff line number Diff line change 156156 <dependency >
157157 <groupId >org.xerial</groupId >
158158 <artifactId >sqlite-jdbc</artifactId >
159- <version >3.53.2.0 </version >
159+ <version >3.53.2.1 </version >
160160 <scope >runtime</scope >
161161 </dependency >
162162 <!-- Hibernate Community Dialects ==================================== -->
You can’t perform that action at this time.
0 commit comments