Skip to content

Commit 27d2709

Browse files
IK Renovate Botivankatliarchuk
authored andcommitted
chore(deps): update github-tags action .github/workflows/docker.yaml to v4 (.github/workflows/docker.yaml)
1 parent 304e773 commit 27d2709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2626
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: prepare
3131
id: prep
@@ -64,7 +64,7 @@ jobs:
6464
./bin/push.sh
6565
6666
- name: docker-hub-description
67-
uses: peter-evans/dockerhub-description@v3
67+
uses: peter-evans/dockerhub-description@v4
6868
with:
6969
username: ${{ secrets.DOCKERHUB_USERNAME }}
7070
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)