Skip to content

Commit fc475b8

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

3 files changed

Lines changed: 4 additions & 4 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/helm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
> /tmp/all-in-one.yaml
6969
7070
- name: Create GitHub Release
71-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe #2.6.1
71+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
7272
with:
7373
tag_name: ${{ steps.meta.outputs.tag }}
7474
name: "Chart ${{ steps.meta.outputs.version }}"

.github/workflows/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- name: Generate Renovate token
1414
id: app-token
15-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 #v3.0.0
15+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1616
with:
1717
app-id: ${{ secrets.APP_ID }}
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@693b9ef15eec82123529a37c782242f091365961 # v46.1.14
2222
env:
2323
RENOVATE_TOKEN: ${{ steps.app-token.outputs.token }}
2424
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)