Skip to content

Commit c499df2

Browse files
chore(deps): update github actions
1 parent ee0b5ce commit c499df2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@v3
@@ -57,7 +57,7 @@ jobs:
5757
type=raw,value=latest,enable=${{ github.ref_type == 'tag' || github.event_name == 'workflow_dispatch' }}
5858
5959
- name: Build and push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: .
6363
file: Dockerfile
@@ -69,7 +69,7 @@ jobs:
6969
PROXY_URL=
7070
7171
- name: Update Docker Hub description
72-
uses: peter-evans/dockerhub-description@v4
72+
uses: peter-evans/dockerhub-description@v5
7373
with:
7474
username: canmi
7575
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)