Skip to content

Commit 6f2b318

Browse files
chore(deps): update all dependencies
1 parent 38e3e8e commit 6f2b318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Log into GHCR
105105
if: github.event_name != 'pull_request'
106-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
106+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}
2929

3030
- name: Self-hosted Renovate
31-
uses: renovatebot/github-action@v44.2.6
31+
uses: renovatebot/github-action@v46.0.1
3232
with:
3333
token: ${{ steps.app-token.outputs.token }}
3434
env:

0 commit comments

Comments
 (0)