Skip to content

Commit 2d3f9fd

Browse files
authored
Merge branch 'main' into chore/more-platforms
2 parents 9ac2592 + 5228afd commit 2d3f9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
continue-on-error: true
192192

193193
- name: Build and Push Docker Image
194-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
194+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
195195
with:
196196
file: build/Dockerfile
197197
context: "."

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343

4444
- name: Lint Actions
45-
uses: reviewdog/action-actionlint@15a7a477ab5ab768a41c39b2c53970bf151c73f3 # v1.56.0
45+
uses: reviewdog/action-actionlint@7eeec1dd160c2301eb28e1568721837d084558ad # v1.57.0
4646
with:
4747
actionlint_flags: -shellcheck ""
4848

0 commit comments

Comments
 (0)