Skip to content

Commit 09cfe8c

Browse files
build(deps): bump the github-actions group with 2 updates (#607)
Bumps the github-actions group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [j178/prek-action](https://github.com/j178/prek-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) Updates `j178/prek-action` from 1.0.5 to 1.0.7 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@93b4659...d26c975) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: j178/prek-action dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e3232c commit 09cfe8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
kubeconfig: ${{ secrets.KUBECONFIG }}
5050

5151
- name: Login to Github Container Registry
52-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
52+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.repository_owner }}

.github/workflows/lint_test_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
with:
3232
persist-credentials: false
33-
- uses: j178/prek-action@93b4659bafa2a5a18b7aaa0130b417f0ae29b1ac # v1.0.5
33+
- uses: j178/prek-action@d26c975c4b1a6d0a99add6d5e46f330167356ece # v1.0.7
3434
env:
3535
RUFF_OUTPUT_FORMAT: "github"
3636

@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6363

6464
- name: Login to Github Container Registry
65-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
65+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)