Skip to content

Commit 5e30c61

Browse files
fix(deps): update all non-major dependencies
1 parent 88dafad commit 5e30c61

File tree

4 files changed

+432
-301
lines changed

4 files changed

+432
-301
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
type=raw,value={{branch}}
4141
4242
- name: Log in to the Container registry
43-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
43+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

.github/workflows/on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Log in to the Container registry
52-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
52+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)