Skip to content

Commit d992639

Browse files
authored
Merge pull request #567 from rancher/renovate/github-actions
chore(deps): update renovatebot/github-action action to v43.0.19
2 parents db50621 + c9964ff commit d992639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/renovate-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Generate custom data sources
111111
run: ./renovate-config/hack/generate-data-sources.sh
112112
- name: Self-hosted Renovate
113-
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
113+
uses: renovatebot/github-action@a3c115cd6676c8a5bc72f9715f108759e570daf5 # v43.0.19
114114
with:
115115
renovate-version: ${{ env.RENOVATE_VERSION }}
116116
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
app-id: ${{ secrets.RENOVATE_APP_ID }}
5757
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}
5858
- name: Self-hosted Renovate
59-
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
59+
uses: renovatebot/github-action@a3c115cd6676c8a5bc72f9715f108759e570daf5 # v43.0.19
6060
with:
6161
renovate-version: ${{ env.RENOVATE_VERSION }}
6262
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}

0 commit comments

Comments
 (0)