Skip to content

Commit 3e80395

Browse files
committed
Update versions
1 parent 2a78a36 commit 3e80395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}
@@ -35,7 +35,7 @@ jobs:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636

3737
- name: Set Versions
38-
uses: actions/github-script@v7
38+
uses: actions/github-script@v8
3939
id: set_version
4040
with:
4141
script: |
@@ -48,7 +48,7 @@ jobs:
4848
core.setOutput('no-dash', no_dash)
4949
5050
- name: Build and Push
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)