We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e3e8e commit 6f2b318Copy full SHA for 6f2b318
.github/workflows/build-packages.yaml
@@ -103,7 +103,7 @@ jobs:
103
steps:
104
- name: Log into GHCR
105
if: github.event_name != 'pull_request'
106
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
107
with:
108
registry: ghcr.io
109
username: ${{ github.actor }}
.github/workflows/renovate.yml
@@ -28,7 +28,7 @@ jobs:
28
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}
29
30
- name: Self-hosted Renovate
31
- uses: renovatebot/github-action@v44.2.6
+ uses: renovatebot/github-action@v46.0.1
32
33
token: ${{ steps.app-token.outputs.token }}
34
env:
0 commit comments