Skip to content

Commit 9540d5f

Browse files
chore(deps): update github actions
1 parent 12e4279 commit 9540d5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,24 +128,24 @@ jobs:
128128
- uses: actions/checkout@v6
129129

130130
- name: Set up Docker Buildx
131-
uses: docker/setup-buildx-action@v3
131+
uses: docker/setup-buildx-action@v4
132132

133133
- name: Log in to GHCR
134-
uses: docker/login-action@v3
134+
uses: docker/login-action@v4
135135
with:
136136
registry: ghcr.io
137137
username: ${{ github.actor }}
138138
password: ${{ secrets.GITHUB_TOKEN }}
139139

140140
- name: Log in to Docker Hub
141141
if: ${{ secrets.DOCKERHUB_TOKEN != '' }}
142-
uses: docker/login-action@v3
142+
uses: docker/login-action@v4
143143
with:
144144
username: ${{ secrets.DOCKERHUB_USERNAME }}
145145
password: ${{ secrets.DOCKERHUB_TOKEN }}
146146

147147
- name: Build and push
148-
uses: docker/build-push-action@v6
148+
uses: docker/build-push-action@v7
149149
with:
150150
context: .
151151
push: true

0 commit comments

Comments
 (0)