Skip to content

Commit 164535f

Browse files
chore(deps): update github actions
1 parent ad76aca commit 164535f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "image=${IMAGE,,}" >> $GITHUB_OUTPUT # lowercase
4141
4242
- name: Log in to GitHub Container Registry
43-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
43+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919

2020
- name: Self-hosted Renovate
21-
uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
21+
uses: renovatebot/github-action@b67590ea780158ccd13192c22a3655a5231f869d # v46.1.8
2222
env:
2323
RENOVATE_TOKEN: ${{ steps.app-token.outputs.token }}
2424
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)