Skip to content

Commit f25e831

Browse files
committed
Update actions
1 parent b97af9c commit f25e831

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_ghcr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
npm run generate
2929
3030
- name: Setup Gradle
31-
uses: gradle/actions/setup-gradle@v4
31+
uses: gradle/actions/setup-gradle@v6
3232

3333
- name: Make gradlew executable
3434
run: chmod +x ./gradlew
@@ -38,18 +38,18 @@ jobs:
3838
run: ./gradlew :configureGitHubActions :build :shadowJar
3939

4040
- name: Setup Docker Buildx
41-
uses: docker/setup-buildx-action@v3
41+
uses: docker/setup-buildx-action@v4
4242

4343
- name: Login to GitHub Container Registry
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
4848
password: ${{ github.token }}
4949

5050
- name: Create Docker Metadata
5151
id: docker_metadata
52-
uses: docker/metadata-action@v5
52+
uses: docker/metadata-action@v6
5353
with:
5454
images: ghcr.io/${{ github.repository }}
5555
# custom latest tag, the rest are default values
@@ -61,7 +61,7 @@ jobs:
6161
type=ref,event=pr
6262
6363
- name: Build Docker Image
64-
uses: docker/build-push-action@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: .
6767
push: true

0 commit comments

Comments
 (0)