Skip to content

Commit e57d7ce

Browse files
Update GitHub Action Versions (#108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 013ee00 commit e57d7ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-publish-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ jobs:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker (dev)
42-
uses: docker/build-push-action@v6.13.0
42+
uses: docker/build-push-action@v6.14.0
4343
if: github.ref == 'refs/heads/dev'
4444
with:
4545
context: .
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
4848
labels: ${{ steps.meta.outputs.labels }}
4949
- name: Build and push Docker (main)
50-
uses: docker/build-push-action@v6.13.0
50+
uses: docker/build-push-action@v6.14.0
5151
if: github.ref == 'refs/heads/main'
5252
with:
5353
context: .
5454
push: true
5555
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
5656
labels: ${{ steps.meta.outputs.labels }}
5757
- name: Build and push Docker (Manual)
58-
uses: docker/build-push-action@v6.13.0
58+
uses: docker/build-push-action@v6.14.0
5959
if: github.event_name == 'workflow_dispatch'
6060
with:
6161
context: .

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Checkout [main]
5353
with:
5454
fetch-depth: 0
55-
- uses: actions/[email protected].0
55+
- uses: actions/[email protected].1
5656
with:
5757
path: '**/node_modules'
5858
key: ${{ runner.os }}-modules-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)