Skip to content

Commit 8a725fb

Browse files
[CI] Update github-workflow dependency updates (#5494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3eba7a commit 8a725fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: v3.12.0
2121

22-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2323
with:
2424
python-version: '3.13'
2525

Diff for: .github/workflows/renovate-bump-chart-version.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
# Used App:
2222
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
2323
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
24-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
24+
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
2525
id: app-token
2626
with:
2727
app-id: 1179738
2828
private-key: ${{ secrets.APP_RENOVATE_HELPER_PRIVATE_KEY }}
2929

30-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
30+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3131
with:
3232
python-version: '3.13'
3333

0 commit comments

Comments
 (0)