Skip to content

Commit 71c53f9

Browse files
chore(deps): update ci (#2648)
1 parent 6cd39aa commit 71c53f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/__package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
version: latest
195195

196196
- name: Build images 🛠️
197-
uses: docker/build-push-action@v6.16.0
197+
uses: docker/build-push-action@v6.17.0
198198
id: image
199199
with:
200200
context: .
@@ -314,7 +314,7 @@ jobs:
314314
password: ${{ secrets.JF_BOT_TOKEN }}
315315

316316
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
317-
uses: docker/build-push-action@v6.16.0
317+
uses: docker/build-push-action@v6.17.0
318318
id: image
319319
with:
320320
context: .

.github/workflows/__quality_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
show-progress: false
2121

2222
- name: Scan
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
2626
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

0 commit comments

Comments
 (0)